Skip to content

Commit

Permalink
fix(action): call branch sync after changeset release
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerzl committed Dec 18, 2024
1 parent 5705cbf commit d393d47
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-moose-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"enspire": patch
---

Minor bug fixes
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: npx @changesets/cli publish
publish: pnpm publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"update-classroom-data": "tsx utils/update-classroom-data.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"publish": "npx @changesets/cli publish && tsx utils/trigger-publish.ts"
},
"dependencies": {
"@changesets/cli": "^2.27.10",
Expand Down Expand Up @@ -82,6 +83,7 @@
"netlify": "^13.1.21",
"nuxt": "^3.14.1592",
"nuxt-svgo": "^4.0.6",
"octokit": "^4.0.2",
"prisma": "^6.0.1",
"shadcn-nuxt": "^0.10.4",
"tsx": "^4.19.1",
Expand Down
Loading

0 comments on commit d393d47

Please sign in to comment.