We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a3ebb commit 3e01308Copy full SHA for 3e01308
.github/workflows/ci.yml
@@ -314,10 +314,10 @@ jobs:
314
git config --global user.name 'Reqnroll CI'
315
git config --global user.email '[email protected]'
316
git tag v${{ needs.build.outputs.product_full_version }}
317
- # git push origin tag v${{ needs.build.outputs.product_full_version }}
+ git push origin tag v${{ needs.build.outputs.product_full_version }}
318
git add -u
319
git commit -m '[automated commit] bump version after release of ${{ needs.build.outputs.product_full_version }}'
320
- # git push
+ git push
321
322
- name: Create GitHub Release
323
if: needs.build.outputs.is_production_release == 'true'
0 commit comments