chore(versions): 😊 publish v0.8.0-alpha.1
This commit is contained in:
parent
e38e74d11c
commit
d0b1de826a
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
|||||||
name: publish npmjs.org
|
name: publish npmjs.org
|
||||||
run: |
|
run: |
|
||||||
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
|
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
|
||||||
git checkout -b release
|
|
||||||
git config user.email "test@mail.com"
|
git config user.email "test@mail.com"
|
||||||
git config user.name "test" && git add .
|
git config user.name "test" && git add .
|
||||||
git commit -m "chore(versions): test publish packages xxx"
|
git commit -m "chore(versions): test publish packages xxx"
|
||||||
|
Loading…
Reference in New Issue
Block a user