Skip to content

Commit 23b22c8

Browse files
author
Clément Dussieux
committed
update tag var name
1 parent 80e17de commit 23b22c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_server_and_tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
# create tag with new computed tag and push the tag
9797
- name: Create tag
9898
run: |
99-
git tag -a ${{ needs.compute-next-version-tag.outputs.next_version_tag }} -m "${{ github.event.inputs.tag-annotation }}"
100-
git push origin ${{ needs.compute-next-version-tag.outputs.next_version_tag }}
99+
git tag -a ${{ needs.compute-next-version-tag.outputs.next_tag }} -m "${{ github.event.inputs.tag-annotation }}"
100+
git push origin ${{ needs.compute-next-version-tag.outputs.next_tag }}
101101
102102
103103

0 commit comments

Comments
 (0)