From fb6ac1bd86321a4f24fa6279ef34e93d92f69afe Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:04:12 +0900 Subject: [PATCH] ci: include Directory.Build.props as release version update file --- .github/workflows/build-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 71e387116..93030b3ff 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,9 @@ jobs: update-packagejson: uses: Cysharp/Actions/.github/workflows/update-packagejson.yaml@main with: - file-path: ./src/MagicOnion.Client.Unity/Assets/Scripts/MagicOnion/package.json + file-path: | + ./src/MagicOnion.Client.Unity/Assets/Scripts/MagicOnion/package.json + ./Directory.Build.props tag: ${{ inputs.tag }} dry-run: ${{ inputs.dry-run }} push-tag: false