Skip to content

Commit d336ded

Browse files
committed
Fix an extremely dumb typo and only build on tags
1 parent 39ad764 commit d336ded

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: focal
33
# Only the main branch and tags
44
branches:
55
only:
6-
- master
76
- /^v\d+\.\d+\.\d+.*$/
87

98
language: node_js

tools/travisPostBuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function rewriteVersion(cb) {
1919
}
2020

2121
if (process.env.WORKSHOP_ID) {
22-
contents = contents.replace("{{CI_WORSHOP_ID}}", process.env.WORKSHOP_ID);
22+
contents = contents.replace("{{CI_WORKSHOP_ID}}", process.env.WORKSHOP_ID);
2323
}
2424

2525
file.contents = Buffer.from(contents);

0 commit comments

Comments
 (0)