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

Commit 3179be1

Browse files
author
Waqar Rashid
committed
updated
1 parent 9a9126b commit 3179be1

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: 'refs/tags/v1.0.4'
22+
input_string: $GIT_TAG_NAME
2323
version_extractor_regex: '\/v(.*)$'
2424

2525
# - name: Use parsed semver

0 commit comments

Comments
 (0)