We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e17de commit 23b22c8Copy full SHA for 23b22c8
.github/workflows/build_server_and_tag.yml
@@ -96,8 +96,8 @@ jobs:
96
# create tag with new computed tag and push the tag
97
- name: Create tag
98
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 }}
+ git tag -a ${{ needs.compute-next-version-tag.outputs.next_tag }} -m "${{ github.event.inputs.tag-annotation }}"
+ git push origin ${{ needs.compute-next-version-tag.outputs.next_tag }}
101
102
103
0 commit comments