feat: forgejo action #1

Merged
leandro merged 20 commits from development into master 2025-05-26 04:58:21 +00:00
Showing only changes of commit 63f9cd6207 - Show all commits

View file

@ -62,10 +62,13 @@ jobs:
path: lhmask
name: lhmask
- run: cd lhmask && npm publish --provenance --access public
- name: Publish to NPM (staging)
run: |
cd lhmask
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-production:
runs-on: ubuntu-latest
needs: build-and-test