We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85b21d commit 8d6dd22Copy full SHA for 8d6dd22
.github/workflows/npm-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
node-version: 12
40
registry-url: https://npm.pkg.github.com/
41
scope: '@battlefieldduck'
42
- - run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
+ - run: echo registry=https://npm.pkg.github.com/battlefieldduck >> .npmrc
43
- run: npm publish
44
env:
45
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments