Skip to content

Commit

Permalink
Fix GitHub Actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koenrh committed Sep 14, 2019
1 parent 8facad1 commit 86a3aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: --release-notes CHANGELOG.md release
args: release --release-notes CHANGELOG.md
if: success()

0 comments on commit 86a3aeb

Please sign in to comment.