diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index d3d8d72..b2ae76a 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -204,7 +204,7 @@ jobs: cat checksums.txt - name: Create or update release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.TAG }} name: Release ${{ steps.version.outputs.VERSION }}