Skip to content

Commit 8060bfc

Browse files
Copilotpetesramek
andauthored
fix: push git tag to remote before gh release create
Agent-Logs-Url: https://github.com/petesramek/polyline-algorithm-csharp/sessions/db813b36-298d-4b94-8f10-f296c2bc1868 Co-authored-by: petesramek <2333452+petesramek@users.noreply.github.com>
1 parent 7ae8aba commit 8060bfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
shell: bash
3232
run: |
3333
git tag -a ${{ inputs.release-version }} -m "${{ inputs.release-version }}"
34+
git push origin ${{ inputs.release-version }}
3435
- name: 'Create GitHub release PolylineAlgorithm ${{ inputs.release-version }}'
3536
shell: bash
3637
env:

0 commit comments

Comments
 (0)