From 13f3adfa69aab72165d75eca6e87925de8bbbad4 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Fri, 14 Jun 2024 09:42:59 -0700 Subject: [PATCH] update npm publish tag --- .github/workflows/changesets-back-fix.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/changesets-back-fix.yml b/.github/workflows/changesets-back-fix.yml index df4cd564b3..6df395bb48 100644 --- a/.github/workflows/changesets-back-fix.yml +++ b/.github/workflows/changesets-back-fix.yml @@ -44,7 +44,10 @@ jobs: uses: changesets/action@v1 with: version: npm run version - publish: npm run changeset -- publish --tag ${{ github.ref_name }} + # Use this command to publish back-fix release onto specific major version npm tag + # publish: npm run changeset -- publish --tag ${{ github.ref_name }} + # Use this command to publish back-fix release onto latest npm tag if the next major release is not ready yet + publish: npm run changeset -- publish commit: '[ci] back-fix release ${{ github.ref_name }}' title: '[ci] back-fix release ${{ github.ref_name }}' env: