diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 696143aa..a7acd9a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,7 +210,7 @@ jobs: skip-existing: true - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.prepare.outputs.tag }} body: ${{ needs.prepare.outputs.notes }}