mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
Update publish.yml
This commit is contained in:
36
.github/workflows/publish.yml
vendored
36
.github/workflows/publish.yml
vendored
@@ -90,22 +90,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cwd: './services'
|
cwd: './services'
|
||||||
|
|
||||||
- name: npm install
|
# - name: npm install
|
||||||
working-directory: services
|
# working-directory: services
|
||||||
if: github.ref == 'refs/heads/master'
|
# if: github.ref == 'refs/heads/master'
|
||||||
run: |
|
# run: |
|
||||||
git status
|
# git status
|
||||||
cd clients/ts;
|
# cd clients/ts;
|
||||||
npm install
|
# npm install
|
||||||
npm run build
|
# npm run build
|
||||||
npm publish --access public
|
# npm publish --access public
|
||||||
|
|
||||||
- name: npm install beta
|
# - name: npm install beta
|
||||||
working-directory: services
|
# working-directory: services
|
||||||
if: github.ref == 'refs/heads/beta'
|
# if: github.ref == 'refs/heads/beta'
|
||||||
run: |
|
# run: |
|
||||||
git status
|
# git status
|
||||||
cd clients/ts;
|
# cd clients/ts;
|
||||||
npm install
|
# npm install
|
||||||
npm run build
|
# npm run build
|
||||||
npm publish --access public --tag beta
|
# npm publish --access public --tag beta
|
||||||
|
|||||||
Reference in New Issue
Block a user