Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(hub-501): try to debug action
  • Loading branch information
kevin-boutin committed Sep 14, 2023
commit 11e7ab63d1be4ac3261b7e6152b5893601ad8b17
4 changes: 3 additions & 1 deletion .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
# as it appears actions/setup-node sets own value
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --registry https://npm.pkg.github.com
run: |
ls -al
npm publish --registry https://npm.pkg.github.com

- name: Create and publish a release
uses: softprops/action-gh-release@v1
Expand Down