We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f99936 commit b890f28Copy full SHA for b890f28
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Build
52
run: npm run build
53
- name: Release
54
- run: pnpm run release-it ${{github.event.inputs.releaseType}} --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir --npm.tag=${{github.event.inputs.distTag}}
+ run: npx release-it ${{github.event.inputs.releaseType}} --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir --npm.tag=${{github.event.inputs.distTag}}
55
env:
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments