Skip to content

Commit 3e01308

Browse files
committed
fix release build
1 parent 06a3ebb commit 3e01308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ jobs:
314314
git config --global user.name 'Reqnroll CI'
315315
git config --global user.email '[email protected]'
316316
git tag v${{ needs.build.outputs.product_full_version }}
317-
# git push origin tag v${{ needs.build.outputs.product_full_version }}
317+
git push origin tag v${{ needs.build.outputs.product_full_version }}
318318
git add -u
319319
git commit -m '[automated commit] bump version after release of ${{ needs.build.outputs.product_full_version }}'
320-
# git push
320+
git push
321321
322322
- name: Create GitHub Release
323323
if: needs.build.outputs.is_production_release == 'true'

0 commit comments

Comments
 (0)