Skip to content

Commit

Permalink
feat: use one job env-var across all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
scott45 committed Dec 2, 2024
1 parent fde4063 commit 88efad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: npm run build

- name: Publish package
env:
GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
run: npm publish

- name: Capture Version
Expand Down

0 comments on commit 88efad0

Please sign in to comment.