Skip to content

Commit

Permalink
feat: changing npm publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares committed May 6, 2024
1 parent ba2fe3a commit 9ef52ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
name: Publish NPM package
run: npm publish --access ${{ inputs.access }}
env:
NODE_AUTH_TOKEN: ${{ secrets.npmjsAuthToken }}
NODE_AUTH_TOKEN: ${{ secrets.npmjsAuthToken }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
version: ${{ needs.version.outputs.version }}
secrets:
githubAuthToken: ${{ secrets.REPO_ACCESS_TOKEN }}
# npmjsAuthToken: ${{ secrets.NPM_TOKEN }} # For public packages
# npmjsAuthToken: ${{ secrets.NPM_TOKEN }} # For public packages

0 comments on commit 9ef52ac

Please sign in to comment.