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

Commit c32f30a

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/semver.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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:
22-
# input_string: 'refs/tags/v1.0.4'
23-
# version_extractor_regex: '\/v(.*)$'
18+
- name: Parse semver string
19+
id: semver-parser
20+
uses: booxmedialtd/parse-semver@v1
21+
with:
22+
input_string: 'refs/tags/v1.0.4'
23+
version_extractor_regex: '\/v(.*)$'
2424

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

0 commit comments

Comments
 (0)