Skip to content

Commit

Permalink
ci: version package-lock as well (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-fricke committed Oct 22, 2023
1 parent d15a0c2 commit f6eb09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: changesets/action@v1
with:
publish: npm run release
version: npm run version
commit: "[ci] release"
title: "[ci] release"
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"lint": "tsc --noEmit && eslint . && prettier -c .",
"test": "vitest",
"test:cov": "vitest --coverage",
"version": "changeset version && npm i",
"release": "changeset publish"
},
"lint-staged": {
Expand Down

0 comments on commit f6eb09c

Please sign in to comment.