diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7700c29..191565a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: with: go-version: 1.21.5 - run: go build -ldflags '-X main.version=${{ github.ref_name }}' - - uses: int128/go-actions/release@v1 + - uses: int128/go-release-action@v2 with: binary: kubelogin