Skip to content

Commit

Permalink
Fix env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jun 12, 2024
1 parent 11570a7 commit 9e712f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ jobs:
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
outputs:
published: ${{ steps.changesets.outputs.published }}

0 comments on commit 9e712f0

Please sign in to comment.