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

Commit 86b2d37

Browse files
author
Waqar Rashid
committed
updated
1 parent 7828c65 commit 86b2d37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/semver.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Push Tag
1+
name: Semver Test Workflow
22
on:
33
push:
44
tags:
@@ -14,6 +14,7 @@ jobs:
1414

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

1819
# - name: Parse semver string
1920
# id: semver-parser

0 commit comments

Comments
 (0)