Skip to content

Commit

Permalink
Update v-tag-to-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Oct 7, 2023
1 parent 31f5dcc commit be523b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v-tag-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
# Use the 'replace' function to remove the "v" from the tag
TAG="${{ github.ref }}"
TAG_WITHOUT_V="${TAG#"v"}"
TAG_WITHOUT_V="${TAG#refs/tags/v}"
echo "Extracted tag: $TAG_WITHOUT_V"
echo "::set-output name=tag_without_v::$TAG_WITHOUT_V"
- name: Show the modified tag
Expand Down

0 comments on commit be523b2

Please sign in to comment.