From 6167499fb1e7c911078f4e74d4cce07a7a71ff90 Mon Sep 17 00:00:00 2001 From: Jacob M-G Evans <27247160+JacobMGEvans@users.noreply.github.com> Date: Fri, 3 Dec 2021 11:14:30 -0600 Subject: [PATCH] Update release.yml --- .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 c7f97ba..da4dd08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: # This step should be check on alpha, beta or stable releases, publish Workflow Script dependant on the release type # with: # # This expects you to have a script called release which does a build for your packages and calls changeset publish - # publish: yarn release + # publish: yarn/npm release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}