Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaportenko committed Oct 20, 2023
1 parent 3d12d45 commit bf43ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: yarn ci
- run: yarn install --frozen-lockfile
- run: yarn test
- uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit bf43ed9

Please sign in to comment.