Skip to content

Commit 86a3aeb

Browse files
committed
Fix GitHub Actions release workflow
1 parent 8facad1 commit 86a3aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
with:
20-
args: --release-notes CHANGELOG.md release
20+
args: release --release-notes CHANGELOG.md
2121
if: success()

0 commit comments

Comments
 (0)