Skip to content

Commit

Permalink
Merge pull request #13 from telicent-oss/fix-publish-workflow-patch-1
Browse files Browse the repository at this point in the history
ci(publish.yml): use npm just for publish
  • Loading branch information
davec504 committed Mar 6, 2024
2 parents 801813d + f194de6 commit 97abbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
- name: Install dependencies
run: npm install --frozen-lockfile
- run: npm build
run: yarn install --frozen-lockfile
- run: yarn build
- run: npm publish --access public --provenance

0 comments on commit 97abbfc

Please sign in to comment.