Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbahn committed Nov 5, 2020
1 parent 2c63257 commit 4608bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches:
- production
- dump

env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -19,7 +19,7 @@ jobs:
- run: npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
- run: npm ci
- run: npm run build
- uses: zattoo/publish@v1
- uses: zattoo/publish@dev
with:
github_token: ${{github.token}}
npm_token: ${{secrets.NPM_TOKEN}}

0 comments on commit 4608bcd

Please sign in to comment.