development #7
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ jobs:
|
|||
with:
|
||||
path: lhmask
|
||||
name: lhmask
|
||||
- name: Ajusta nome do pacote
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: |
|
||||
cd lhmask
|
||||
sed -i "s/-dev//g" package.json
|
||||
- name: Publish to Git
|
||||
run: |
|
||||
npm config set registry https://git.lhprovedor.com.br/api/packages/leandro/npm/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue