Skip to content

Commit

Permalink
fix incorrect publish workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jul 18, 2021
1 parent 43dc4d5 commit 3466bfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- run: yarn test
- run: yarn build
- uses: actions/upload-artifact@v2
name: build-output
path: dist
if-no-files-found: error
with:
name: build-output
path: dist
if-no-files-found: error
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3466bfb

Please sign in to comment.