Skip to content

Commit dc10ddb

Browse files
committed
fix ci
1 parent b63e5fb commit dc10ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
node-version: '12.x'
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@tomchen'
31+
- run: npm run addscope
3132
- name: Publish to GitHub Packages
32-
run: npm run addscope
3333
run: npm publish
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)