diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d51beb1..86597ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: arnested/go-version-action@v1 id: version - - run: echo name=go-runtime::$(echo -n go${{ steps.version.outputs.go-mod-version }} | tr -d '.') >> $GITHUB_OUTPUT + - run: echo "go-runtime=$(echo -n go${{ steps.version.outputs.go-mod-version }} | tr -d '.')" >> $GITHUB_OUTPUT id: runtime - uses: google-github-actions/auth@v2 with: