Skip to content

Commit c0441f7

Browse files
Update nodejs.yml
1 parent 2ea43c6 commit c0441f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
node-version: 12
1414
- run: npm ci
15-
- run: npm run build
1615

1716
publish-gpr:
1817
needs: build
@@ -23,7 +22,8 @@ jobs:
2322
with:
2423
node-version: 12
2524
registry-url: https://npm.pkg.github.com/
26-
scope: '@your-github-username'
25+
scope: '@codetrix-studio'
26+
- run: npm run build
2727
- run: npm publish
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)