Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4lch4 authored Nov 4, 2023
1 parent 9305285 commit 0fcb6f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Test Codebase
run: bun test --coverage

- name: Setup Node.js environment
uses: actions/[email protected]
with:
scope: "@4lch4"
# Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
token: ${{ secrets.NPM_TOKEN }}

- name: Publish Package
run: npm publish --access public
env:
Expand Down

0 comments on commit 0fcb6f3

Please sign in to comment.