Skip to content

Commit 8d6dd22

Browse files
Update npm-publish.yml
1 parent a85b21d commit 8d6dd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version: 12
4040
registry-url: https://npm.pkg.github.com/
4141
scope: '@battlefieldduck'
42-
- run: echo registry=https://npm.pkg.github.com/BattlefieldDuck >> .npmrc
42+
- run: echo registry=https://npm.pkg.github.com/battlefieldduck >> .npmrc
4343
- run: npm publish
4444
env:
4545
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)