We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4dc187 + 81acc47 commit 01a00cbCopy full SHA for 01a00cb
1 file changed
.travis.yml
@@ -15,6 +15,7 @@ before_install:
15
install:
16
- pip install bumpversion
17
- ./Travis/installUnity.sh
18
+- npm install @semantic-release/exec
19
before_script:
20
- chmod a+x ./Travis/createProject.sh
21
- chmod a+x ./Travis/installSDK.sh
@@ -28,4 +29,4 @@ script:
28
29
deploy:
30
- provider: script
31
skip_cleanup: true
- script: npx travis-deploy-once "npx semantic-release"
32
+ script: npx semantic-release
0 commit comments