Skip to content

Commit

Permalink
[norelease] freeze lockfile on release
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Sep 20, 2024
1 parent f6a2453 commit 4a09bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm install -g pver
- run: bun install
- run: bun install --frozen-lockfile
- run: bun run build
- run: pver release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4a09bc3

Please sign in to comment.