Skip to content

Commit

Permalink
ci: include Directory.Build.props as release version update file
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Apr 2, 2024
1 parent 5b432a9 commit fb6ac1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb6ac1b

Please sign in to comment.