diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 485eaef..44aa44c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,6 +48,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5 env: + GORELEASER_CURRENT_TAG: ${{ github.ref_name }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} with: