Skip to content

Commit 7800e19

Browse files
committed
ci: Fix package.json path.
1 parent f7ffe6d commit 7800e19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: VisualPinball/[email protected]
1616
with:
1717
tagPrefix: 'v'
18+
path: Packages/NativeTrees
1819
- name: Bump
1920
if: ${{ steps.nextVersion.outputs.isBump == 'true' }}
2021
run: |
@@ -25,7 +26,7 @@ jobs:
2526
run: |
2627
git config user.name "github-actions"
2728
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
28-
git add package.json
29+
git add Packages/NativeTrees/package.json
2930
git commit -m "release: ${{ steps.nextVersion.outputs.nextTag }}."
3031
git push
3132
commitish=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)