Skip to content

Commit 10b7e91

Browse files
committed
ci: Fix release workflow
1 parent 2bd5675 commit 10b7e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/submit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
- name: Release
6868
if: ${{ !inputs.dryRun }}
6969
run: bunx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
70+
env:
71+
GH_TOKEN: ${{ github.token }}
7072

7173
# Don't upload sources zip - it can contain .env files, which may include secrets
7274
- name: Upload ZIPs

0 commit comments

Comments
 (0)