File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ permissions:
3232 actions : read
3333 contents : write
3434
35- env :
36- PACKAGE_JSON_PATH : ' ./Packages/SimplePackage/package.json'
37-
3835jobs :
3936 validate-branch :
4037 runs-on : ubuntu-22.04
@@ -53,14 +50,12 @@ jobs:
5350 update-packagejson :
5451 needs : [validate-branch]
5552 uses : IShix-g/Unity-GitHubActions/.github/workflows/reusable-update-packagejson.yaml@main
56- env :
57- PACKAGE_JSON_PATH : ${{ env.PACKAGE_JSON_PATH }}
5853 secrets :
5954 BOT_APP_ID : ${{ secrets.BOT_APP_ID }}
6055 BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
6156 with :
6257 ref : ${{ github.ref }}
63- file-path : ${{ env.PACKAGE_JSON_PATH }}
58+ file-path : ./Packages/SimplePackage/package.json
6459 tag : ${{ inputs.tag }}
6560 dry-run : ${{ inputs.dry-run }}
6661
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ permissions:
99 actions : read
1010 contents : write
1111
12- env :
13- PACKAGE_JSON_PATH : ' ./Packages/SimplePackage/package.json'
14-
1512jobs :
1613 extract-tag :
1714 if : ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == github.event.repository.default_branch }}
4239 needs : [extract-tag]
4340 if : ${{ needs.extract-tag.outputs.tag }}
4441 uses : IShix-g/Unity-GitHubActions/.github/workflows/reusable-update-packagejson.yaml@main
45- env :
46- PACKAGE_JSON_PATH : ${{ env.PACKAGE_JSON_PATH }}
4742 secrets :
4843 BOT_APP_ID : ${{ secrets.BOT_APP_ID }}
4944 BOT_PRIVATE_KEY : ${{ secrets.BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments