feat: ajusta publish de production
Some checks failed
CI Pipeline / check-version (push) Successful in 12s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / build-and-test (push) Successful in 1m10s
CI Pipeline / publish-git (push) Failing after 14s
CI Pipeline / finish (push) Has been skipped
Some checks failed
CI Pipeline / check-version (push) Successful in 12s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped
CI Pipeline / build-and-test (push) Successful in 1m10s
CI Pipeline / publish-git (push) Failing after 14s
CI Pipeline / finish (push) Has been skipped
This commit is contained in:
parent
52e2f85c2d
commit
2cc916cdb8
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: lhmask
|
path: lhmask
|
||||||
name: 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
|
- name: Publish to Git
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://git.lhprovedor.com.br/api/packages/leandro/npm/
|
npm config set registry https://git.lhprovedor.com.br/api/packages/leandro/npm/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue