Skip to content

Commit

Permalink
fix(workflows/publish): remove scope
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 9fc7c08 commit 9eb3295
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,5 +17,5 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: npm config set //npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}
- run: npm login --registry=https://npm.pkg.github.com --scope=@willsoto
- run: npm login --registry=https://npm.pkg.github.com
- run: npm run publish

0 comments on commit 9eb3295

Please sign in to comment.