feat: add Gitea Actions workflow for publishing to npm from main and dev branches
Some checks failed
Publish to npm / publish (push) Failing after 23s

This commit is contained in:
Astrian Zheng 2025-02-25 10:00:33 +11:00
parent 4f6672591e
commit 5ba8114ccc
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -3,6 +3,7 @@ name: Publish to npm
on:
push:
branches:
- main
- dev
jobs: