From 9beb29c01365a0ecc4b836c0ac35cc01dfd24501 Mon Sep 17 00:00:00 2001 From: Murderlon Date: Mon, 15 Apr 2024 16:09:57 +0200 Subject: [PATCH] Fix old yarn reference in GHA --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aab5d4f..5372ffda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - publish: corepack yarn release:local + publish: corepack npm run release:local env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}