diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 2c81fab..ec301fd 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: Build binary env: - VERSION: ${{ gitea.ref_name }} + VERSION: ${{ github.ref_name }} run: | set -euo pipefail mkdir -p dist @@ -96,9 +96,9 @@ jobs: - name: Create Forgejo release and upload assets env: TOKEN: ${{ secrets.FORGEJO_TOKEN }} - TAG: ${{ gitea.ref_name }} - API_URL: ${{ gitea.api_url }} - REPO: ${{ gitea.repository }} + TAG: ${{ github.ref_name }} + API_URL: ${{ github.api_url }} + REPO: ${{ github.repository }} run: | set -euo pipefail IS_PRERELEASE="false"