release
This commit is contained in:
parent
3e4e26fa12
commit
558c86ba3b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- windows-latest
|
||||
node_version:
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
architecture:
|
||||
- x64
|
||||
# - arm64 precompiled bits may not allow for this
|
||||
|
@ -20,7 +20,7 @@ deploy:
|
||||
provider: script
|
||||
skip_cleanup: true
|
||||
script:
|
||||
- npx travis-deploy-once "npx semantic-release@17"
|
||||
- npx semantic-release@17
|
||||
on:
|
||||
branch: master
|
||||
condition: $TRAVIS_COMMIT_MESSAGE = "release"
|
||||
|
Loading…
Reference in New Issue
Block a user