File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
run : |
56
56
git config --local user.name ${{ github.actor }}
57
57
58
- # 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
58
+ # Add the new version in package.json file of the extension
59
+ sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" podman-desktop-extension/ package.json
60
+ git add podman-desktop-extension/ package.json
61
61
62
62
# 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 }} 🥳"
64
64
echo "Tagging with ${{ steps.TAG_UTIL.outputs.githubTag }}"
65
65
git tag ${{ steps.TAG_UTIL.outputs.githubTag }}
66
66
git push origin ${{ steps.TAG_UTIL.outputs.githubTag }}
You can’t perform that action at this time.
0 commit comments