Skip to content

Commit 2b724d3

Browse files
committed
Testing Travis releases
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 172975a commit 2b724d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- $ZIP_NAME
3131
- $MIN_ZIP_NAME
3232
skip_cleanup: true
33+
draft: true
3334
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
34-
on: { tags: true }
35+
#on: { tags: true }
3536
- provider: script
3637
script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
3738
skip_cleanup: true

0 commit comments

Comments
 (0)