Skip to content

Commit

Permalink
chore: fix wet-run preid sorting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 12, 2024
1 parent eab3a20 commit eaa42e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn clean
- run: yarn build:packages
- run: npx --yes -w packages [email protected].4 release prerelease --prerelease canary --provenance --log-level verbose
- run: npx --yes -w packages [email protected].5 release prerelease --prerelease canary --provenance --log-level verbose
if: ${{ github.ref == 'refs/heads/main' }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit eaa42e4

Please sign in to comment.