File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
5656 git config --local user.name ${{ github.actor }}
5757
5858 # Add the new version in package.json file
59- sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" package.json
60- git add package.json
59+ # sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" package.json
60+ # git add package.json
6161
6262 # commit the changes
63- git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳"
63+ # git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳"
6464 echo "Tagging with ${{ steps.TAG_UTIL.outputs.githubTag }}"
6565 git tag ${{ steps.TAG_UTIL.outputs.githubTag }}
6666 git push origin ${{ steps.TAG_UTIL.outputs.githubTag }}
You can’t perform that action at this time.
0 commit comments