Skip to content

Commit 94ff9f6

Browse files
tharvikineiti
authored andcommitted
travis: publish -> publish.sh
1 parent 189e02b commit 94ff9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cd external/js/kyber &&
119119
npm ci &&
120120
npm version prerelease --preid=p`date +%y%m.%d%H.%M%S` &&
121-
./publish --tag dev
121+
./publish.sh --tag dev
122122
- name: "NPM: js > cothority"
123123
<<: *stage_deploy_npm
124124
deploy:
@@ -129,7 +129,7 @@ jobs:
129129
cd external/js/cothority &&
130130
npm ci &&
131131
npm version prerelease --preid=p`date +%y%m.%d%H.%M%S` &&
132-
./publish --tag dev
132+
./publish.sh --tag dev
133133
134134
notifications:
135135
email: false

0 commit comments

Comments
 (0)