diff --git a/.github/workflows/reusable-manual-update-version.yml b/.github/workflows/reusable-manual-update-version.yml index 1b3403f..b542d40 100644 --- a/.github/workflows/reusable-manual-update-version.yml +++ b/.github/workflows/reusable-manual-update-version.yml @@ -154,7 +154,7 @@ jobs: - name: Create GitHub release if: ${{ !inputs.build-and-push-only }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.REL_VERSION }} generate_release_notes: true