Skip to content

Commit

Permalink
fix gh release command options
Browse files Browse the repository at this point in the history
  • Loading branch information
colonesej committed Mar 5, 2024
1 parent 7327a1a commit 02bc81e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
run: >-
gh release create
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes-from-tag
--title 'Release ${{ github.ref_name }}'
--notes 'Auto-release from ${{ github.job }}'
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 02bc81e

Please sign in to comment.