Skip to content

Commit 5a98fa4

Browse files
committed
typo
1 parent 7b160e1 commit 5a98fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-argo-workflow-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Extract tag name
2626
id: tag
2727
run: |
28-
# Remove 'refs/tags/' prefix if present, and 'v' prefix if present
28+
# Remove 'refs/tags/' prefix if present
2929
TAG_NAME=${GITHUB_REF#refs/tags/}
3030
echo "tag=${TAG_NAME}" >> $GITHUB_OUTPUT
3131
echo "Detected tag: ${TAG_NAME}"

0 commit comments

Comments
 (0)