File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,15 @@ jobs:
48
48
49
49
with :
50
50
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 }}
54
53
repository : MatrixTM/FTPDumper
55
54
body : |
56
- ## Beta ${{ steps.versioning.outputs.version }} 💭
55
+ ## Release ${{ steps.versioning.outputs.version }} 💭
57
56
58
57
${{ github.event.head_commit.message }}
59
58
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)
61
60
62
61
63
62
permissions :
You can’t perform that action at this time.
0 commit comments