Skip to content

Commit

Permalink
Fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 12, 2024
1 parent 8f475a1 commit 0cdd328
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 subdirectory package.json
working-directory: packages/studio
- name: Bump version in packages/suite
working-directory: packages/suite
run: yarn version patch

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

Expand Down

0 comments on commit 0cdd328

Please sign in to comment.