mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
build: establish global ci
This commit is contained in:
7
.github/workflows/hexabot-npm.yml
vendored
7
.github/workflows/hexabot-npm.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user