Skip to content

Commit

Permalink
fix ci.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Feb 7, 2024
1 parent 5ecd70c commit 19fb66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Authenticate with registry
with:
NPM_TOKEN = '${{ secrets.NPM_TOKEN }}'
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/salarycalc/.npmrc

- name: Publish the package to NPM
Expand Down

0 comments on commit 19fb66a

Please sign in to comment.