Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krashish8 committed Jul 24, 2024
1 parent b1a50dc commit 8995192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Verify Tag Name
run: |
TAG_NAME=${GITHUB_REF#refs/*/}
TAG_NAME="v0.4.1"
echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_ENV
echo ${TAG_NAME}
echo ${PROJECT_VERSION}
Expand Down

0 comments on commit 8995192

Please sign in to comment.