Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olusegz07 committed Apr 26, 2024
1 parent 5f77d42 commit 31b2a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn build:library
- run: npm publish dist/exui-common-lib --ignore-scripts
- run: npm publish dist/exui-common-lib/ --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
NPM_PUBLISH_REGISTRY: https://registry.npmjs.org/
Expand All @@ -63,7 +63,7 @@ jobs:
- run: corepack enable && yarn --version
- run: yarn install
- run: yarn build:library
- run: npm publish dist/exui-common-lib --ignore-scripts
- run: npm publish dist/exui-common-lib/ --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_PUBLISH_REGISTRY: https://npm.pkg.github.com/

0 comments on commit 31b2a9a

Please sign in to comment.