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 1ad0c79 commit e0afdd5Copy full SHA for e0afdd5
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
40
- name: Extract latest SDK tag
41
- - run: |
+ run: |
42
GENERATED_SDK_TAG=$(git describe --match "stream-chat-react-native-core@*" --abbrev=0 --tags)
43
PARSED_SDK_TAG=$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')
44
echo "::set-output name=tag::$GENERATED_SDK_TAG"
0 commit comments