Skip to content

Commit

Permalink
fix(workflows/publish): publish is not a script
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed Nov 27, 2019
1 parent 6003529 commit be01dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
- run: npm run publish
- run: npm publish

0 comments on commit be01dfb

Please sign in to comment.