diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7effdd4..98118de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -223,7 +223,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 }}