Skip to content

Commit 75d21e4

Browse files
committed
test
1 parent 0585989 commit 75d21e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_web_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4343
run: |
44-
npm run build-web-component && npm pack ./web-component
44+
npm run build-web-component
4545
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
46-
npm publish jeraldj-sunbird-pdf-player-web-component-* --access public
46+
npm publish ./web-component --access public

0 commit comments

Comments
 (0)