Skip to content

Commit

Permalink
Fixed version bumping
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-bubu committed Mar 5, 2024
1 parent 6bee358 commit 485cb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ jobs:
- name: Create a new branch for version bump
git checkout -b version-bump-"${{ NEW_SDK_VERSION }}"
- name: Bump version and commit
run: |
./unifyVersions.js "${{ NEW_SDK_VERSION }}"
npm ci
npm i
Expand Down

0 comments on commit 485cb75

Please sign in to comment.