Skip to content

Commit

Permalink
chore: fix package.json
Browse files Browse the repository at this point in the history
Release-As: 0.0.3
  • Loading branch information
bn3t committed Oct 16, 2024
1 parent 794dd5c commit 0ddca04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 20
scope: '@bn3t'
- run: npm install npm@latest -g
- run: npm ci
- run: npm run build
Expand All @@ -31,5 +32,5 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 0ddca04

Please sign in to comment.