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 35e3e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
auth_token: '${{ secrets.CACHIX_AUTH_TOKEN_PUBLIC }}'

- name: Authenticate with registry
with:
NPM_TOKEN = '${{ secrets.NPM_TOKEN }}'
env:
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 35e3e2e

Please sign in to comment.