Skip to content

Commit dedc7b1

Browse files
authored
Merge pull request #15 from IShix-g/release
v1.0.25
2 parents 8c7d9fb + 42bc937 commit dedc7b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-release_merge.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ permissions:
3232
actions: read
3333
contents: write
3434

35+
env:
36+
PACKAGE_JSON_PATH: './Packages/SimplePackage/package.json'
37+
3538
jobs:
3639
validate-branch:
3740
runs-on: ubuntu-22.04
@@ -55,7 +58,7 @@ jobs:
5558
BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }}
5659
with:
5760
ref: ${{ github.ref }}
58-
file-path: ./Packages/SimplePackage/package.json
61+
file-path: ${{ env.PACKAGE_JSON_PATH }}
5962
tag: ${{ inputs.tag }}
6063
dry-run: ${{ inputs.dry-run }}
6164

0 commit comments

Comments
 (0)