Skip to content

Commit

Permalink
ci: Fix package.json path.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Oct 15, 2023
1 parent f7ffe6d commit 7800e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: VisualPinball/[email protected]
with:
tagPrefix: 'v'
path: Packages/NativeTrees
- name: Bump
if: ${{ steps.nextVersion.outputs.isBump == 'true' }}
run: |
Expand All @@ -25,7 +26,7 @@ jobs:
run: |
git config user.name "github-actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add package.json
git add Packages/NativeTrees/package.json
git commit -m "release: ${{ steps.nextVersion.outputs.nextTag }}."
git push
commitish=$(git rev-parse HEAD)
Expand Down

0 comments on commit 7800e19

Please sign in to comment.