From 979a6b19f270d6f9c690105fdf0e247dc63de0db Mon Sep 17 00:00:00 2001 From: yun Date: Mon, 14 Oct 2024 08:17:56 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f7c0b58..485d2e02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,8 +29,8 @@ jobs: run: | git config user.name github-action git config user.email github-actions@github.com - git tag ${{ github.event.inputs.tag }} - git push origin ${{ github.event.inputs.tag }} + git tag ${{ github.event.inputs.version }} + git push origin ${{ github.event.inputs.version }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5