mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 22:42:27 -05:00
Finish configuring npm deploy
More followup fixes on #567, wasn't possible to test npm deployments really.
This commit is contained in:
parent
7eae7e1957
commit
e0e10b61c5
1 changed files with 2 additions and 0 deletions
|
@ -35,4 +35,6 @@ jobs:
|
||||||
"on":
|
"on":
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
|
condition: $RELEASE_BRANCHES =~ $TRAVIS_BRANCH
|
||||||
|
skip_cleanup: true
|
||||||
|
email: $NPM_EMAIL
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
|
|
Loading…
Reference in a new issue