Skip to content

Commit

Permalink
⚡ Out of beta version. ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Sno committed Apr 14, 2024
1 parent b9b5a3f commit 0eb5f05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ jobs:

with:
files: FTPDumper
tag_name: beta-${{ steps.versioning.outputs.version }}
prerelease: true
name: Beta ${{ steps.versioning.outputs.version }}
tag_name: release-${{ steps.versioning.outputs.version }}
name: Release ${{ steps.versioning.outputs.version }}
repository: MatrixTM/FTPDumper
body: |
## Beta ${{ steps.versioning.outputs.version }} 💭
## Release ${{ steps.versioning.outputs.version }} 💭
${{ github.event.head_commit.message }}
[Download 📥](https://github.com/MatrixTM/FTPDumper/releases/download/beta-${{ steps.versioning.outputs.version }}/FTPDumper)
[Download 📥](https://github.com/MatrixTM/FTPDumper/releases/download/release-${{ steps.versioning.outputs.version }}/FTPDumper)
permissions:
Expand Down

0 comments on commit 0eb5f05

Please sign in to comment.