mirror of
https://github.com/morten-olsen/bob.git
synced 2026-02-08 01:46:29 +01:00
ci: enable npm workspaces
This commit is contained in:
4
.github/workflows/release-package.yml
vendored
4
.github/workflows/release-package.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
pnpm install
|
||||
git config user.name "Github Actions Bot"
|
||||
git config user.email "<>"
|
||||
pnpm version $(git describe --tag --abbrev=0)
|
||||
pnpm publish -r --publish-branch main --access public
|
||||
pnpm ts-node -T scripts/set-version.ts $(git describe --tag --abbrev=0)
|
||||
pnpm publish -r --publish-branch main --access public --no-git-checks
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user