Skip to content

Commit

Permalink
add release draft
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Jan 17, 2025
1 parent de93171 commit 2675837
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,17 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing meme-generator-wheels-*/*

release_draft:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs: [build, build_linux]
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref }}
draft: true
files: |
meme-generator-cli-*

0 comments on commit 2675837

Please sign in to comment.