Update .github/workflows/release.yml
This commit is contained in:
parent
58d589cb18
commit
afe0198d26
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -45,6 +45,6 @@ jobs:
|
|||||||
uses: https://github.com/akkuman/gitea-release-action@v1
|
uses: https://github.com/akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: release.zip
|
files: release.zip
|
||||||
name: v${{ steps.version.outputs.VERSION }}
|
name: ${{ steps.version.outputs.VERSION }}
|
||||||
env:
|
env:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
Loading…
Reference in New Issue
Block a user