This commit is contained in:
parent
c5e2d85414
commit
27424711c4
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -186,7 +186,7 @@ jobs:
|
|||
token: ${{ secrets.FORGEJO_TOKEN }}
|
||||
tag: "${{ env.VERSION_NAME }}"
|
||||
title: "AlaskarTV-${{ env.VERSION_NAME }}-${{ env.VERSION_CODE }}"
|
||||
release-notes: ${{ env.RELEASE_NOTES }}
|
||||
release-notes: "${{ env.RELEASE_NOTES }}"
|
||||
release-dir: ./release-assets
|
||||
direction: upload
|
||||
env:
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.18.3
|
||||
v0.18.3
|
||||
|
|
Loading…
Reference in a new issue