Skip to content

Commit

Permalink
use custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Dec 1, 2023
1 parent ac6c0d7 commit 899814c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yarn build:webcomponents

- name: Publish to npm
run: npm publish
working-directory: dist/khiops-webcomponent
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
package: dist/khiops-webcomponent

0 comments on commit 899814c

Please sign in to comment.