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 172975a commit 2b724d3Copy full SHA for 2b724d3
.travis.yml
@@ -30,8 +30,9 @@ jobs:
30
- $ZIP_NAME
31
- $MIN_ZIP_NAME
32
skip_cleanup: true
33
+ draft: true
34
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
- on: { tags: true }
35
+ #on: { tags: true }
36
- provider: script
37
script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
38
0 commit comments