Skip to content

Commit b5878c5

Browse files
committed
CI : version support
1 parent b7212f0 commit b5878c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Push tag
3030
run: |
3131
echo "created=true" >> "$GITHUB_OUTPUT"
32-
git push --tags
32+
git push origin v${{ github.event.inputs.releaseVersion }}
3333
# - name: push tag
3434
# uses: ad-m/github-push-action@master
3535
# with:

0 commit comments

Comments
 (0)