Merge pull request 'v: 1.1.11' (#8) from development into master
Reviewed-on: leandro/lhmask#8
This commit is contained in:
commit
acccf2f4ef
2 changed files with 3 additions and 11 deletions
|
@ -75,7 +75,7 @@ jobs:
|
||||||
|
|
||||||
publish-to-npm:
|
publish-to-npm:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
needs: [mirror]
|
needs: [build-and-test, check-version]
|
||||||
container:
|
container:
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
|
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:20-alpine
|
image: node:20-alpine
|
||||||
needs: [build-and-test]
|
needs: [build-and-test, check-version]
|
||||||
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
|
if: needs.check-version.outputs.version_changed == 'true' && (github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master')
|
||||||
steps:
|
steps:
|
||||||
- name: Download lhmask
|
- name: Download lhmask
|
||||||
|
@ -123,11 +123,3 @@ jobs:
|
||||||
npm publish
|
npm publish
|
||||||
env:
|
env:
|
||||||
NPM_TOKEN: ${{ secrets.PACKAGE_PUBLISHER_TOKEN }}
|
NPM_TOKEN: ${{ secrets.PACKAGE_PUBLISHER_TOKEN }}
|
||||||
|
|
||||||
finish:
|
|
||||||
runs-on: docker
|
|
||||||
needs: [build-and-test, publish-to-npm, publish-to-git]
|
|
||||||
container:
|
|
||||||
image: node:20-alpine
|
|
||||||
steps:
|
|
||||||
- run: echo Done
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "lhmask-dev",
|
"name": "lhmask-dev",
|
||||||
"version": "1.1.9",
|
"version": "1.1.11",
|
||||||
"description": "Biblioteca com funções para formatação de dados.",
|
"description": "Biblioteca com funções para formatação de dados.",
|
||||||
"main": "src/lhmask.js",
|
"main": "src/lhmask.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue