mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
Backport beta changes
This commit is contained in:
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@@ -84,3 +84,15 @@ jobs:
|
||||
npm install
|
||||
npm run build
|
||||
npm publish --access public
|
||||
|
||||
- name: npm install beta
|
||||
working-directory: services
|
||||
if: github.ref == 'refs/heads/beta'
|
||||
env:
|
||||
IS_BETA: yep
|
||||
run: |
|
||||
git status
|
||||
cd clients/ts;
|
||||
npm install
|
||||
npm run build
|
||||
npm publish --access public --tag beta
|
||||
Reference in New Issue
Block a user