diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f039a9..e3d9829 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,7 +217,7 @@ jobs: echo "*This release was automatically created by GitHub Actions*" >> release_notes.md - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ needs.publish-nuget.outputs.version }} name: v${{ needs.publish-nuget.outputs.version }}