diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea0de21..0fcf5c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: skip_dirty_check: true commit_message: "[Release] FileSystem ${{ steps.next-version.outputs.NEXT_VERSION }}" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: env.should-release == 'true' with: draft: false