We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eea1d commit 1283780Copy full SHA for 1283780
.github/workflows/submit.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Release
68
if: ${{ !inputs.dryRun }}
69
- run: pnpx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
+ run: bunx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
70
71
# Don't upload sources zip - it can contain .env files, which may include secrets
72
- name: Upload ZIPs
0 commit comments