Skip to content

Commit

Permalink
Merge fb7cc86 into 4a196eb
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Feb 24, 2021
2 parents 4a196eb + fb7cc86 commit 4ba8cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }}


publish-npm:
needs: build
Expand All @@ -40,7 +40,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm run release
if: github.event == 'push'
if: ${{ github.event == 'push' }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}} # f674......69f0
GITHUB_TOKEN: ${{secrets.github_token}}

0 comments on commit 4ba8cac

Please sign in to comment.