Skip to content

Commit

Permalink
Update env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 5, 2024
1 parent bac919c commit c2d7fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
cache: npm
node-version-file: .node-version
registry-url: https://registry.npmjs.org/

- name: Install Dependencies
id: install
Expand All @@ -66,7 +67,7 @@ jobs:
- name: Publish
id: publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm whoami
npm publish --ignore-scripts --access public
Expand Down

0 comments on commit c2d7fe5

Please sign in to comment.