From 61d2fac67baf1462e59cfaeac040e95f1ad33af4 Mon Sep 17 00:00:00 2001 From: beefchimi Date: Sun, 31 Mar 2024 21:00:44 -0400 Subject: [PATCH] :bug: [NPM] Update the release scripts again --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdc7337..618c48c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,8 +30,8 @@ jobs: with: title: '🦋 [Release] Version packages' commit: '🦋 [Changesets] Prepare for next release' - version: npm release:version - publish: npm release:publish + version: npm run release:version + publish: npm run release:publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}