We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b160e1 commit 5a98fa4Copy full SHA for 5a98fa4
.github/workflows/trigger-argo-workflow-on-tag.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Extract tag name
26
id: tag
27
run: |
28
- # Remove 'refs/tags/' prefix if present, and 'v' prefix if present
+ # Remove 'refs/tags/' prefix if present
29
TAG_NAME=${GITHUB_REF#refs/tags/}
30
echo "tag=${TAG_NAME}" >> $GITHUB_OUTPUT
31
echo "Detected tag: ${TAG_NAME}"
0 commit comments