Compare commits

..

No commits in common. "360bee2d63e5b06a926c00e43a3b8a1adbac58a6" and "1bf323e0c5174b0514108b9961e9778f38484e29" have entirely different histories.

View file

@ -121,14 +121,17 @@ jobs:
image: node:20-alpine image: node:20-alpine
needs: [build-and-test] needs: [build-and-test]
steps: steps:
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://git.lhprovedor.com.br/leandro/lhmask/packages/npm/"
- name: Download lhmask - name: Download lhmask
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
path: lhmask path: lhmask
name: lhmask name: lhmask
- name: Publish to Git - name: Publish to NPM (staging)
run: | run: |
npm config set -- '//git.lhprovedor.com.br/api/packages/leandro/npm/:_authToken' "{{secrets.PACKAGE_PUBLISHER_TOKEN}}"
cd lhmask cd lhmask
npm publish npm publish