Skip to content

Commit

Permalink
Fix create-release workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Jan 24, 2024
1 parent 9391723 commit a852f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
npm version ${{ steps.version.outputs.VALUE }}
git add package.json
git commit -m "chore: release ${{ steps.version.outputs.VALUE }}"
git push
git tag ${{ steps.version.outputs.VALUE }}
git push origin ${{ steps.version.outputs.VALUE }}

0 comments on commit a852f10

Please sign in to comment.