Skip to content

Commit

Permalink
ci: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Aug 30, 2024
1 parent a76aa4a commit 6e74c1d
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 @@ -52,7 +52,7 @@ jobs:
PRERELEASE: ${{ contains(github.ref_name, '-') }}
run: |
gh release create ${{ github.ref_name }} \
--title Release ${{ github.ref_name }} \
--title "Release ${{ github.ref_name }}" \
--draft false \
--prerelease ${{ env.PRERELEASE }} \
--latest false \
Expand Down

0 comments on commit 6e74c1d

Please sign in to comment.