Skip to content

Commit

Permalink
update npm publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jun 14, 2024
1 parent 854052f commit 13f3adf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changesets-back-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 13f3adf

Please sign in to comment.