We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad764 commit d336dedCopy full SHA for d336ded
.travis.yml
@@ -3,7 +3,6 @@ dist: focal
3
# Only the main branch and tags
4
branches:
5
only:
6
- - master
7
- /^v\d+\.\d+\.\d+.*$/
8
9
language: node_js
tools/travisPostBuild.js
@@ -19,7 +19,7 @@ function rewriteVersion(cb) {
19
}
20
21
if (process.env.WORKSHOP_ID) {
22
- contents = contents.replace("{{CI_WORSHOP_ID}}", process.env.WORKSHOP_ID);
+ contents = contents.replace("{{CI_WORKSHOP_ID}}", process.env.WORKSHOP_ID);
23
24
25
file.contents = Buffer.from(contents);
0 commit comments