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

Commit 194d3c3

Browse files
author
Waqar Rashid
committed
next try to find the bug
1 parent 96c9e3e commit 194d3c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dockerize-tag.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
tagRegex: "v(.*)"
1414

1515
- name: Parse semver string
16-
id: semver_parser
16+
id: semver-parser
1717
uses: booxmedialtd/ws-action-parse-semver@v1
1818
with:
19-
input_string: $GIT_TAG_NAME
19+
input_string: 'refs/tags/v1.0.4'
2020
version_extractor_regex: '\/v(.*)$'
21-
- name: Use parsed semver
22-
run: |
23-
echo "v${{ steps.semver_parser.outputs.fullversion }}"
21+
# - name: Use parsed semver
22+
# run: |
23+
# echo "v${{ steps.semver-parser.outputs.fullversion }}"
2424

2525
# - name: Checkout Repository
2626
# uses: actions/checkout@v2

0 commit comments

Comments
 (0)