Skip to content

Commit

Permalink
fix: Release on seek-oss (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored Jun 10, 2020
1 parent a6dcff7 commit 5fb0235
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile
# - name: Publish to npm
# run: yarn release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}

- name: Publish to npm
run: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}

0 comments on commit 5fb0235

Please sign in to comment.