diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d25eda..bf24947 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max - build-args: Release=${{ github.sha }} + build-args: Release=${{ github.event.release.tag_name }} sentry: name: Sentry Integration