Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 3d55347

Browse files
author
Waqar Rashid
committed
updated
1 parent 86b2d37 commit 3d55347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: print get-tag result
1616
run: echo $GIT_TAG_NAME
17-
run: echo $steps.get-tag.outputs.tag
17+
run: echo ${{ steps.get-tag.outputs.tag }}
1818

1919
# - name: Parse semver string
2020
# id: semver-parser

0 commit comments

Comments
 (0)