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 0e9b773 commit 1bfbb44Copy full SHA for 1bfbb44
.travis.yml
@@ -11,8 +11,5 @@ script:
11
after_success:
12
- >-
13
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}"
+ echo $GITHUB_TOKEN | pulp login &&
+ echo y | pulp publish --no-push
0 commit comments