Skip to content

Commit 4992905

Browse files
committed
Fix travis deploy config
1 parent 5d18361 commit 4992905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ before_deploy:
3434

3535
deploy:
3636
provider: releases
37-
api_key: $RELEASE_KEY
37+
edge: true # use dpl v2
38+
token: $RELEASE_KEY
3839
file: trypurescript-$COMPONENT.tar.gz
39-
skip_cleanup: true
4040
on:
4141
tags: true

0 commit comments

Comments
 (0)