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 1a907eb commit f79a8bcCopy full SHA for f79a8bc
.travis.yml
@@ -28,10 +28,9 @@ jobs:
28
- dist/*.d.ts
29
- "*.zip"
30
skip_cleanup: true
31
- draft: true
32
- name: Release $PKG_NAME $PKG_VERSION
+ name: $PKG_NAME $PKG_VERSION
33
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
34
- #on: { tags: true }
+ on: { tags: true }
35
- provider: script
36
script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
37
0 commit comments