Skip to content

Commit

Permalink
🧱 Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jul 18, 2023
1 parent 77f0ff0 commit c33af00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
TAG_REF=${{ github.ref }}
TAG_NAME=${TAG_REF:10} # Extract tag name from the ref string
BRANCH_VERSION=${TAG_NAME:0:7} # Extract version without the patch level
BRANCH_NAME="v$BRANCH_VERSION"
BRANCH_NAME="$BRANCH_VERSION"
echo "Detected tag: $TAG_NAME"
echo "Checking for existing branch: $BRANCH_NAME"
Expand Down

0 comments on commit c33af00

Please sign in to comment.