Skip to content

Commit

Permalink
chore: try updating npm publish token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Aug 9, 2024
1 parent 9991aa5 commit 8823490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
- run: |
npm ci
npm run build
Expand All @@ -28,9 +28,9 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: |
- run: |
npm ci
npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GIVEWP_NPM_PUBLISH_TOKEN}}

0 comments on commit 8823490

Please sign in to comment.