Skip to content

Commit

Permalink
Merge pull request #8 from ton-org/npm-ci-fix
Browse files Browse the repository at this point in the history
Fixed env variable name
  • Loading branch information
KardanovIR authored Jul 26, 2023
2 parents c2fbfe8 + 475b96e commit 1dc4c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
yarn config set npmAuthToken $NPM_AUTH_TOKEN
yarn config set npmAlwaysAuth true
env:
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- name: Publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit 1dc4c66

Please sign in to comment.