diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fcae374..cffcbc0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,11 +28,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: '^1.24.5' # The Go version to download (if necessary) and use. - - name: Update version run: | TAG_NAME=$(echo "${{ steps.create-release.outputs.tag_name }}" | sed "s/v//g")