Skip to content

Commit 7e8ad04

Browse files
authored
Merge pull request #17 from IShix-g/release
v1.0.26
2 parents 906e456 + 103c267 commit 7e8ad04

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build-release_merge.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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-
3835
jobs:
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

.github/workflows/build-release_pull-request.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
1512
jobs:
1613
extract-tag:
1714
if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == github.event.repository.default_branch }}
@@ -42,8 +39,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)