build: establish global ci

This commit is contained in:
Mohamed Marrouchi
2024-12-10 11:47:04 +01:00
parent 840cb2fef3
commit 21b3c54d42
5 changed files with 57 additions and 12 deletions

View File

@@ -55,9 +55,4 @@ jobs:
- name: Publish to npm
if: env.release != 'none'
run: |
if [[ "$release" == "patch" ]]; then
npm run release:patch
elif [[ "$release" == "minor" ]]; then
npm run release:minor
fi
run: npm publish