diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 440870fc..b25d53e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - # https://github.com/softprops/action-gh-release name: Create Release from current tag if: github.ref_type == 'tag' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: # https://github.com/softprops/action-gh-release#-customizing prerelease: false draft: true