Skip to content

Commit

Permalink
Fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 13, 2024
1 parent c9f1e46 commit f0b724f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Bump version in root package.json
run: yarn version patch

- name: Bump version in packages/suite
working-directory: packages/suite
- name: Bump version in packages/studio
working-directory: packages/studio
run: yarn version patch

- name: Commit version bumps
run: |
git add package.json yarn.lock packages/suite/package.json
git commit -m "chore: bump versions in root and suite package.json"
git add package.json yarn.lock packages/studio/package.json
git commit -m "chore: bump versions in root and studio package.json"
env:
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}

Expand Down

0 comments on commit f0b724f

Please sign in to comment.