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 11ed6d239c - Show all commits

View file

@ -70,8 +70,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
publish-production:
runs-on: ubuntu-latest
needs: build-and-test
runs-on: docker
needs: prepare-package
container:
image: node:20-alpine
if: github.ref == 'refs/heads/master'
@ -92,3 +92,11 @@ jobs:
npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
finish-deploy:
runs-on: docker
needs: prepare-package
steps:
- name: Publish to NPM (production)
run: |
echo "OK Done".