Skip to content

Commit

Permalink
Updated NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Nov 12, 2024
1 parent 76e0afa commit f058e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: npm -g install [email protected]
- run: whoami && node -v && ls -lah && tsc -v
- run: npm -g install @oclif/dev-cli @oclif/help
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_PUBLISH_TOKEN }}" > .npmrc
- run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}
- run: tsc -b
- run: oclif-dev manifest
Expand Down

0 comments on commit f058e22

Please sign in to comment.