Skip to content

Commit

Permalink
Add correct publish env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcuena committed Aug 10, 2023
1 parent fd07595 commit fd8d2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
- name: Lint code
Expand All @@ -22,4 +23,4 @@ jobs:
- name: Deploy package
run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit fd8d2d1

Please sign in to comment.