mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
chore: updated release pipeline
This commit is contained in:
4
.github/workflows/release-package.yml
vendored
4
.github/workflows/release-package.yml
vendored
@@ -103,7 +103,7 @@ jobs:
|
||||
pnpm install
|
||||
git config user.name "Github Actions Bot"
|
||||
git config user.email "<>"
|
||||
pnpm version $(git describe --tag --abbrev=0) --no-git-tag-version
|
||||
pnpm publish --no-git-checks -r -f
|
||||
pnpm version $(git describe --tag --abbrev=0)
|
||||
pnpm publish -r
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
"start": "turbo start",
|
||||
"test": "turbo test"
|
||||
},
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.8",
|
||||
"name": "@bob-the-algorithm/repo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user