diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2346d2a..b974333 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: echo "Pre-compiled binaries are available for multiple platforms in the release assets below." >> changelog.md - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.check-changes.outputs.version }} name: Release ${{ needs.check-changes.outputs.version }}