Skip to content

Commit

Permalink
>>>>
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal committed Mar 17, 2024
1 parent 01962d2 commit ab8c506
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
run: >
gh release create "${{ github.ref_name }}"
--title "amalgamate ${{ github.ref_name }}"
--notes "$(printf "foo\n**bar**\n")"
--draft
--generate-notes
--verify-tag
Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:

- name: Upload assets
env: { GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" }
run: gh release upload --clobber "${{ github.ref_name }}" "${env:archive}#Test label"
run: gh release upload --clobber "${{ github.ref_name }}" "${env:archive}"

finish:
needs: [ linux_macos, windows, source ]
Expand Down

0 comments on commit ab8c506

Please sign in to comment.