Update .github/workflows/release.yml

This commit is contained in:
csmith1865 2025-12-05 03:36:57 +00:00
parent 58d589cb18
commit afe0198d26

View File

@ -45,6 +45,6 @@ jobs:
uses: https://github.com/akkuman/gitea-release-action@v1
with:
files: release.zip
name: v${{ steps.version.outputs.VERSION }}
name: ${{ steps.version.outputs.VERSION }}
env:
token: ${{ secrets.TOKEN }}