Skip to content

Commit

Permalink
fix bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 9, 2024
1 parent 4d5edc7 commit 6ce5e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "ai-sdk-js"
- name: Bump version
run: changeset version
run: pnpm changeset version
- name: Remove changelog files - (TODO) Remove this step when changeset version is fixed
run: rm -rf **/CHANGELOG.md
- name: Push
Expand Down

0 comments on commit 6ce5e52

Please sign in to comment.