Skip to content

Commit

Permalink
chore: fix wet-run prerelease SHA hash bump
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Dec 12, 2024
1 parent bb09642 commit 94ca095
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].3 release prerelease --prerelease canary --provenance --log-level verbose
- run: npx --yes -w packages [email protected].4 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 94ca095

Please sign in to comment.