diff --git a/.github/workflows/go-binaries.yml b/.github/workflows/go-binaries.yml index 2f547b8..bf6ca1f 100644 --- a/.github/workflows/go-binaries.yml +++ b/.github/workflows/go-binaries.yml @@ -39,7 +39,7 @@ jobs: run: make release - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: generate_release_notes: true