Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
use npx for pver release
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Mar 18, 2024
1 parent e1bfd00 commit ad30c57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
Expand All @@ -25,6 +29,6 @@ jobs:
run: bun run build

- name: Run pver release
run: bunx pver release
run: npx pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ad30c57

Please sign in to comment.