Skip to content

Commit

Permalink
Set title for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Nov 12, 2023
1 parent 38bd1b4 commit 0195254
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
NOTES: ${{ steps.extract-notes.outputs.markdown }}
run: gh release create --notes "$NOTES" "v$VERSION" "prod_guard-$VERSION.zip"
run: |
gh release create \
--title "v$VERSION" \
--notes "$NOTES" \
"v$VERSION" \
"prod_guard-$VERSION.zip"

0 comments on commit 0195254

Please sign in to comment.