We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634a5ea commit 1383f86Copy full SHA for 1383f86
1 file changed
.github/workflows/manual-freeze-tag.yml
@@ -37,8 +37,8 @@ jobs:
37
echo "VERSION_MINOR ${minor}" >> version.txt
38
echo "VERSION_PATCH ${patch}" >> version.txt
39
40
- # - name: Commit changes
41
- # run: |
42
- # git add .
43
- # git commit -s -m "Freeze OPEA images tag"
44
- # git push
+ - name: Commit changes
+ run: |
+ git add .
+ git commit -s -m "Freeze OPEA images tag"
+ git push
0 commit comments