Skip to content

Commit 1283780

Browse files
committed
ci: Fix workflow
1 parent d7eea1d commit 1283780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Release
6868
if: ${{ !inputs.dryRun }}
69-
run: pnpx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
69+
run: bunx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
7070

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

0 commit comments

Comments
 (0)