We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb937a commit 5ed4cb6Copy full SHA for 5ed4cb6
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
id: extract_tags
42
run: |
43
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')
+ PARSED_SDK_TAG="v$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')"
45
echo "::set-output name=tag::$GENERATED_SDK_TAG"
46
echo "::set-output name=newtag::$PARSED_SDK_TAG"
47
- name: Rename release
0 commit comments