Skip to content

Commit

Permalink
Merge pull request #29 from spotify/fastfrwrd-patch-1
Browse files Browse the repository at this point in the history
ci: enable publishing to npm on CI
  • Loading branch information
Paul Marbach authored Apr 2, 2020
2 parents b7dc36b + cef6847 commit 7e49de8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: yarn lint
- name: test
run: yarn test
# - name: release
# run: yarn release
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
# GH_USERNAME: ${{ secrets.GH_USERNAME }}
- name: release
run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_USERNAME: ${{ secrets.GH_USERNAME }}

0 comments on commit 7e49de8

Please sign in to comment.