Skip to content

Commit 6d7d3f7

Browse files
committed
added tag cxreation
1 parent 5f302a6 commit 6d7d3f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/github/create-release/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ runs:
2525
echo "notes-start-tag=${{ inputs.notes-start-tag }}"
2626
echo "notes-start-tag-argument="${{ inputs.notes-start-tag != '' && '--notes-start-tag $(inputs.notes-start-tag)' || '' }}"
2727
shell: bash
28+
- name: 'Create git tag ${{ env.release-version }}'
29+
shell: bash
30+
run: |
31+
git tag -a ${{ env.release-version }} -m "${{ env.release-version }}"
2832
- name: 'Create GitHub release PolylineAlgorithm ${{ env.release-version }}'
2933
shell: bash
3034
env:

0 commit comments

Comments
 (0)