diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 923e596..c9c1ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: go build --ldflags "-X main.version=${VERSION}" \ -o "${RUNNER_TEMP}/example" go/example/main.go - run: | - gh release create "${VERSION}" --title "{$VERSION}" --generate-notes + gh release create "${VERSION}" --title "${VERSION}" --generate-notes gh release upload "${VERSION}" "${RUNNER_TEMP}/example" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file