Skip to content

Commit 2cfa9a4

Browse files
committed
Fix Missing Publish Step For Github Package Manage
1 parent 4837e68 commit 2cfa9a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
registry-url: https://npm.pkg.github.com/
5454
- run: yarn install
5555
- run: yarn build
56+
- run: npm publish
5657
env:
5758
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)