Skip to content

Commit

Permalink
Fix GitHub Actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Apr 11, 2024
1 parent dfb79ce commit 2f3c786
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 @@ -90,7 +90,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.TOKEN }}
run: |
gh release create --draft --prerelease --target ${{ github.ref_name }}
gh release create ${{ github.ref_name }} --draft --prerelease
- name: Upload all assets
shell: bash
Expand Down

0 comments on commit 2f3c786

Please sign in to comment.