force release name
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Successful in 3m4s

This commit is contained in:
Ludovic Cartier
2025-07-25 15:44:34 +02:00
parent 90cef6a533
commit b5f3366d56
2 changed files with 3 additions and 2 deletions

View File

@@ -103,7 +103,8 @@ jobs:
- name: Create release
uses: akkuman/gitea-release-action@v1
with:
tag_name: "$VERSION"
name: "${{ env.VERSION }}"
tag_name: "${{ env.VERSION }}"
files: |-
bin/**
token: "${{ secrets.RELEASE_TOKEN }}"

View File

@@ -1 +1 @@
1.0.2
1.0.1