Skip to content

Commit

Permalink
Draft a GitHub release on git tags
Browse files Browse the repository at this point in the history
This is a port of
dechamps/ASIO401@6245d38
  • Loading branch information
dechamps committed May 26, 2024
1 parent 6ffbcf3 commit 4c30f7f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,23 @@ jobs:
name: sigstore
path: "*.sigstore"
if-no-files-found: error
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/flexasio-')
needs:
- installer
- sigstore
permissions:
contents: write
steps:
- uses: actions/download-artifact@v3
with:
name: FlexASIO-installer
- uses: actions/download-artifact@v3
with:
name: sigstore
- uses: softprops/action-gh-release@v1
with:
draft: true
files: "*"
generate_release_notes: true

0 comments on commit 4c30f7f

Please sign in to comment.