1 parent b12305f commit 8172c63Copy full SHA for 8172c63
1 file changed
.github/workflows/increment-version.yml
@@ -30,3 +30,4 @@ jobs:
30
git config user.name '${{ github.actor }}'
31
git config user.email '${{ github.actor }}@users.noreply.github.com'
32
python release.py --release-version "${{ inputs.release-version }}" --old-version "${{ inputs.old-version }}"
33
+ git push origin
0 commit comments