Skip to content

Commit

Permalink
add v prefix (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Jul 17, 2023
1 parent 10d9934 commit efc85f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
RELEASE_BRANCH: ${{ github.head_ref }}
run: |
TAG_NAME=$(echo $RELEASE_BRANCH | cut -d "/" -f2)
TAG_NAME=v$(echo $RELEASE_BRANCH | cut -d "/" -f2)
echo "tag_name=$TAG_NAME" >> "$GITHUB_ENV"
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit efc85f9

Please sign in to comment.