From 94ca09587fc5d1fe952060a2e33616f3f0383be3 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Thu, 12 Dec 2024 13:01:39 -0600 Subject: [PATCH] chore: fix wet-run prerelease SHA hash bump --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1a9120b1..ab8cc738f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn clean - run: yarn build:packages - - run: npx --yes -w packages wet-run@1.2.3 release prerelease --prerelease canary --provenance --log-level verbose + - run: npx --yes -w packages wet-run@1.2.4 release prerelease --prerelease canary --provenance --log-level verbose if: ${{ github.ref == 'refs/heads/main' }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}