Skip to content

Commit

Permalink
Use old version due to bug: release-it/release-it#1014
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed May 3, 2024
1 parent d571c47 commit 0363c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Release
run: npx release-it --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir ${{github.event.inputs.releaseType}} ${{github.event.inputs.additionalFlags}}
run: npx release-it@15.10.3 --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir ${{github.event.inputs.releaseType}} ${{github.event.inputs.additionalFlags}}
env:
NODE_DEBUG: release-it:*
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0363c09

Please sign in to comment.