Skip to content

Commit

Permalink
Update changesets-back-fix.yml
Browse files Browse the repository at this point in the history
Revert 13f3adf
  • Loading branch information
michenly committed Jul 5, 2024
1 parent 0343fe3 commit 4db5b11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/changesets-back-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ jobs:
uses: changesets/action@v1
with:
version: npm run version
# 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
publish: npm run changeset -- publish --tag ${{ github.ref_name }}
commit: '[ci] back-fix release ${{ github.ref_name }}'
title: '[ci] back-fix release ${{ github.ref_name }}'
env:
Expand Down

0 comments on commit 4db5b11

Please sign in to comment.