diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec0fc23..0a8f4fe8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,4 +91,4 @@ jobs: platforms: linux/amd64,linux/arm64 provenance: false build-args: | - GOVERSION={{ steps.promu-go-version.outputs.version }} + GOVERSION=${{ steps.promu-go-version.outputs.version }}