diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f8ea79..a33443d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: skip_dirty_check: true commit_message: "[Release] Validator ${{ steps.next-version.outputs.NEXT_VERSION }}" - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: steps.check-changes.outputs.has-changes == 'true' with: draft: false