mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
chore: add release beta tags
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -41,9 +41,9 @@ jobs:
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
lerna version --conventional-commits --conventional-prerelease --yes
|
||||
lerna version --conventional-commits --conventional-prerelease --preid beta --yes
|
||||
|
||||
- name: "Release: Publish"
|
||||
run: lerna publish from-git --yes
|
||||
run: lerna publish from-git --pre-dist-tag beta --yes
|
||||
env:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user