Skip to content

Commit c490c41

Browse files
committed
Ignoring version update for now just releasing master
Signed-off-by: Denis Golovin <dgolovin@redhat.com>
1 parent 6a96904 commit c490c41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)