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

Commit 6697757

Browse files
author
Waqar Rashid
committed
updated
1 parent 1e172e6 commit 6697757

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/semver.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
with:
1313
tagRegex: "v(.*)"
1414

15-
- name: print get-tag result
16-
run: echo $GIT_TAG_NAME
17-
run: echo "${{ steps.get-tag.outputs.tag }}"
15+
- run: echo $GIT_TAG_NAME
16+
- run: echo "${{ steps.get-tag.outputs.tag }}"
1817

1918
# - name: Parse semver string
2019
# id: semver-parser

0 commit comments

Comments
 (0)