diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e83f17c..0eacf0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: skip_dirty_check: true commit_message: "[Release] NetworkLayer ${{ 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