chore: updated release pipeline

This commit is contained in:
Morten Olsen
2023-09-06 12:09:26 +02:00
parent 2119d60a42
commit 23ebca5bb4
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ jobs:
pnpm install pnpm install
git config user.name "Github Actions Bot" git config user.name "Github Actions Bot"
git config user.email "<>" git config user.email "<>"
pnpm version $(git describe --tag --abbrev=0) --no-git-tag-version pnpm version $(git describe --tag --abbrev=0)
pnpm publish --no-git-checks -r -f pnpm publish -r
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -13,6 +13,6 @@
"start": "turbo start", "start": "turbo start",
"test": "turbo test" "test": "turbo test"
}, },
"version": "0.0.1", "version": "0.1.8",
"name": "@bob-the-algorithm/repo" "name": "@bob-the-algorithm/repo"
} }