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.
2 parents 9579140 + 56c8fcf commit c2c96cbCopy full SHA for c2c96cb
.travis.yml
@@ -19,4 +19,5 @@ deploy:
19
api_key:
20
secure: $NPM_TOKEN
21
on:
22
- tag: publish
+ branch: master
23
+ tags: false
.travis/pu.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+# Source: https://dev.to/jeffreymfarley/deploy-atomically-with-travis--npm-68b
4
+
5
setup_git() {
6
# Set the user name and email to match the API token holder
7
# This will make sure the git commits will have the correct photo
0 commit comments