Skip to content

Commit 0eb5f05

Browse files
author
Sno
committed
⚡ Out of beta version. ⚡
1 parent b9b5a3f commit 0eb5f05

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/release.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@ jobs:
4848

4949
with:
5050
files: FTPDumper
51-
tag_name: beta-${{ steps.versioning.outputs.version }}
52-
prerelease: true
53-
name: Beta ${{ steps.versioning.outputs.version }}
51+
tag_name: release-${{ steps.versioning.outputs.version }}
52+
name: Release ${{ steps.versioning.outputs.version }}
5453
repository: MatrixTM/FTPDumper
5554
body: |
56-
## Beta ${{ steps.versioning.outputs.version }} 💭
55+
## Release ${{ steps.versioning.outputs.version }} 💭
5756
5857
${{ github.event.head_commit.message }}
5958
60-
[Download 📥](https://github.com/MatrixTM/FTPDumper/releases/download/beta-${{ steps.versioning.outputs.version }}/FTPDumper)
59+
[Download 📥](https://github.com/MatrixTM/FTPDumper/releases/download/release-${{ steps.versioning.outputs.version }}/FTPDumper)
6160
6261
6362
permissions:

0 commit comments

Comments
 (0)