Skip to content

Commit

Permalink
46 Fix publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
riccjohn committed Jun 11, 2024
1 parent c0bbfea commit 1df066e
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 @@ -13,7 +13,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: tsc
- run: yarn npm publish --provenance --access public
- run: yarn build
- run: yarn publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1df066e

Please sign in to comment.