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

Commit 5ab470f

Browse files
author
Waqar Rashid
committed
updated
1 parent 3e6bf8e commit 5ab470f

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
@@ -19,7 +19,7 @@ jobs:
1919
id: semver-parser
2020
uses: booxmedialtd/ws-action-parse-semver@v1
2121
with:
22-
input_string: "$GIT_TAG_NAME"
22+
input_string: "${{ steps.get-tag.outputs.tag }}"
2323

2424
# - name: Use parsed semver
2525
# run: echo "v${{ steps.semver-parser.outputs.fullversion }}"

0 commit comments

Comments
 (0)