We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578b7e7 commit 714ff06Copy full SHA for 714ff06
1 file changed
.github/workflows/npmpublish.yml
@@ -12,6 +12,8 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: 12
15
+ registry-url: https://npm.pkg.github.com/
16
+ scope: '@pixelunion'
17
- run: npm publish
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments