Skip to content

Commit

Permalink
feat: Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scott45 authored Nov 30, 2024
1 parent 84c16ae commit a09304a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
- name: Publish package
run: npm publish
env:
GITHUB_TOKEN: '${{ secrets.GH_TOKEN_LIB }}'
NODE_AUTH_TOKEN: '${{ secrets.GH_TOKEN_LIB }}'
GITHUB_TOKEN: '${{ secrets.GH_WRITE_TOKEN }}'
NODE_AUTH_TOKEN: '${{ secrets.GH_WRITE_TOKEN }}'

- name: Capture Version
id: capture_version
Expand Down

0 comments on commit a09304a

Please sign in to comment.