Skip to content

Commit e0afdd5

Browse files
committed
chore: fix typo on release.yml [skip ci]
1 parent 1ad0c79 commit e0afdd5

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
@@ -38,7 +38,7 @@ jobs:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
3939
GH_TOKEN: ${{ secrets.VERSION_BUMP_TOKEN }}
4040
- name: Extract latest SDK tag
41-
- run: |
41+
run: |
4242
GENERATED_SDK_TAG=$(git describe --match "stream-chat-react-native-core@*" --abbrev=0 --tags)
4343
PARSED_SDK_TAG=$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')
4444
echo "::set-output name=tag::$GENERATED_SDK_TAG"

0 commit comments

Comments
 (0)