Skip to content

Commit

Permalink
include node auth token when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson authored Apr 22, 2024
1 parent 7eacb15 commit 650b25f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Publish packages
run: pnpm ci:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Save publish data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 650b25f

Please sign in to comment.