Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobes authored Jun 13, 2024
1 parent 7811d2b commit 813857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- run: yarn set version classic
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn install --immutable
- run: yarn build
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn test
working-directory: ./packages/${{ github.event.inputs.package }}
- run: yarn install --immutable
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 813857a

Please sign in to comment.