From 67705fddfe48e0ed1fa17685ce3f607b7a2cdbbb Mon Sep 17 00:00:00 2001 From: Curtis Dulmage Date: Sun, 31 Mar 2024 21:01:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[NPM]=20Update=20the=20release?= =?UTF-8?q?=20scripts=20again=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 }}