Skip to content

Commit 01da40d

Browse files
authored
Update tag.yml
1 parent fe1bc8c commit 01da40d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tag.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
2929
- name: Tag and push
3030
run: |
31-
git tag "$GITHUB_OUTPUT"
32-
git push origin "$GITHUB_OUTPUT"
31+
new_tag="${{ steps.current_version.outputs.current_version }}"
32+
git tag "$new_tag"
33+
git push origin "$new_tag"

0 commit comments

Comments
 (0)