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
|
- windows-latest
|
||||||
node_version:
|
node_version:
|
||||||
- 14
|
- 14
|
||||||
- 15
|
- 16
|
||||||
architecture:
|
architecture:
|
||||||
- x64
|
- x64
|
||||||
# - arm64 precompiled bits may not allow for this
|
# - arm64 precompiled bits may not allow for this
|
||||||
|
@ -20,7 +20,7 @@ deploy:
|
|||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
script:
|
script:
|
||||||
- npx travis-deploy-once "npx semantic-release@17"
|
- npx semantic-release@17
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
condition: $TRAVIS_COMMIT_MESSAGE = "release"
|
condition: $TRAVIS_COMMIT_MESSAGE = "release"
|
||||||
|
Loading…
Reference in New Issue
Block a user