Skip to content

Commit 5ed4cb6

Browse files
committed
chore: add "v" before new version release [skip ci]
1 parent bfb937a commit 5ed4cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
id: extract_tags
4242
run: |
4343
GENERATED_SDK_TAG=$(git describe --match "stream-chat-react-native-core@*" --abbrev=0 --tags)
44-
PARSED_SDK_TAG=$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')
44+
PARSED_SDK_TAG="v$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')"
4545
echo "::set-output name=tag::$GENERATED_SDK_TAG"
4646
echo "::set-output name=newtag::$PARSED_SDK_TAG"
4747
- name: Rename release

0 commit comments

Comments
 (0)