We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ffe6d commit 7800e19Copy full SHA for 7800e19
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: VisualPinball/[email protected]
16
with:
17
tagPrefix: 'v'
18
+ path: Packages/NativeTrees
19
- name: Bump
20
if: ${{ steps.nextVersion.outputs.isBump == 'true' }}
21
run: |
@@ -25,7 +26,7 @@ jobs:
25
26
27
git config user.name "github-actions"
28
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- git add package.json
29
+ git add Packages/NativeTrees/package.json
30
git commit -m "release: ${{ steps.nextVersion.outputs.nextTag }}."
31
git push
32
commitish=$(git rev-parse HEAD)
0 commit comments