From 0f64a082ba6dc76252ff4f936fdb6ed4f9497354 Mon Sep 17 00:00:00 2001 From: ebenali Date: Mon, 15 Jan 2024 16:06:14 -0800 Subject: [PATCH] fix semver in CI --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 947a372..3d3da8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: scope: "@MoreChickenDelivered" - run: corepack enable - run: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" && 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 diff --git a/package.json b/package.json index 4228610..5cbd377 100644 --- a/package.json +++ b/package.json @@ -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",