Skip to content

Commit

Permalink
Fix changeset version (#403)
Browse files Browse the repository at this point in the history
Forgot to call `changeset version` after running the apply-version.sh script
  • Loading branch information
alvarlagerlof committed Oct 8, 2023
1 parent 5ed8752 commit e5f0603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
version: bash ./apply-version.sh
version: yarn version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"typecheck": "turbo run typecheck",
"format": "turbo run format",
"ci": "turbo run ci",
"dev": "turbo run dev"
"dev": "turbo run dev",
"version": "bash ./apply-version.sh && changeset version"
},
"packageManager": "yarn@3.6.4",
"devDependencies": {
Expand Down

0 comments on commit e5f0603

Please sign in to comment.