diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 95110b05..20e60f48 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -85,8 +85,8 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} with: server_url: ${{ github.server_url }} - tag_name: ${{ github.sha | substring(0, 7) }} - name: Release ${{ github.sha | substring(0, 7) }} + tag_name: ${{ github.sha }} + name: Release ${{ github.sha }} draft: false prerelease: false files: |