diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e779be..6f9ed08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,8 @@ jobs: draft: false prerelease: false # Ref will be tag in this context - release_name: ${{ github.ref }} - tag_name: ${{ github.ref }} + release_name: ${{ gitea.ref }} + tag_name: ${{ gitea.ref }} env: GITHUB_TOKEN: ${{ github.token }}