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 2bd5675 commit 10b7e91Copy full SHA for 10b7e91
.github/workflows/submit.yml
@@ -67,6 +67,8 @@ jobs:
67
- name: Release
68
if: ${{ !inputs.dryRun }}
69
run: bunx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
70
+ env:
71
+ GH_TOKEN: ${{ github.token }}
72
73
# Don't upload sources zip - it can contain .env files, which may include secrets
74
- name: Upload ZIPs
0 commit comments