We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b004371 commit 6ad63dfCopy full SHA for 6ad63df
.github/workflows/release.yaml
@@ -55,9 +55,9 @@ jobs:
55
run: |
56
git config --local user.name ${{ github.actor }}
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
+ # Add the new version in package.json file of the extension
+ sed -i "s#version\":\ \"\(.*\)\",#version\":\ \"${{ steps.TAG_UTIL.outputs.extVersion }}\",#g" podman-desktop-extension/package.json
+ git add podman-desktop-extension/package.json
61
62
# commit the changes
63
git commit -m "chore: 🥁 tagging ${{ steps.TAG_UTIL.outputs.githubTag }} 🥳"
0 commit comments