Skip to content

Commit

Permalink
fix semver in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenali committed Jan 16, 2024
1 parent a4a27e6 commit 0f64a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
scope: "@MoreChickenDelivered"
- run: corepack enable
- run: git config --global user.email "[email protected]" && git config --global user.name "$GITHUB_ACTOR"
- run: yarn version --minor
- run: yarn version patch
- run: git push --tags && git push
- run: yarn publish
- run: yarn npm publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "yarn install && tsc -p ./tsconfig.json"
},
"version": "0.1",
"version": "0.0.0",
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/mdast": "^4.0.3",
Expand Down

0 comments on commit 0f64a08

Please sign in to comment.