Skip to content

Commit

Permalink
Merge branch 'main' of github.com:4lch4/Backpack
Browse files Browse the repository at this point in the history
  • Loading branch information
4lch4 committed Nov 4, 2023
2 parents b4577ca + 0fcb6f3 commit d8703de
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 @@ -27,6 +27,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 d8703de

Please sign in to comment.