Skip to content

Commit 1bfbb44

Browse files
committed
Update auto-publish
1 parent 0e9b773 commit 1bfbb44

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@ script:
1111
after_success:
1212
- >-
1313
test $TRAVIS_TAG &&
14-
node_modules/.bin/psc-publish > .pursuit.json &&
15-
curl -X POST http://pursuit.purescript.org/packages \
16-
-d @.pursuit.json \
17-
-H 'Accept: application/json' \
18-
-H "Authorization: token ${GITHUB_TOKEN}"
14+
echo $GITHUB_TOKEN | pulp login &&
15+
echo y | pulp publish --no-push

0 commit comments

Comments
 (0)