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

Commit 9a9126b

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/semver.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- run: echo $GIT_TAG_NAME
1616
- run: echo "${{ steps.get-tag.outputs.tag }}"
1717

18-
- name: Parse semver string
19-
id: semver-parser
20-
uses: booxmedialtd/parse-semver@v1
21-
with:
18+
- name: Parse semver string
19+
id: semver-parser
20+
uses: booxmedialtd/ws-action-parse-semver@v1
21+
with:
2222
input_string: 'refs/tags/v1.0.4'
2323
version_extractor_regex: '\/v(.*)$'
2424

0 commit comments

Comments
 (0)