Skip to content

Commit

Permalink
Try to create release with gh for better release notes
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
alexpdp7 committed Mar 27, 2024
1 parent 6b6fa0f commit 8c9fb6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,10 @@ jobs:
run: echo "::set-output name=date::$(date "+%Y-%m-%d_%H%M")"
- name: Create Release
id: create_release
uses: actions/create-release@latest
run:
echo upload_url=$(gh release create --generate-notes -t "Release ${{ steps.date.outputs.date }}" release_${{ steps.date.outputs.date }}) >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: release_${{ steps.date.outputs.date }}
release_name: Release ${{ steps.date.outputs.date }}
- name: Download Linux build
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 8c9fb6c

Please sign in to comment.