Skip to content

Commit 8fefeb0

Browse files
committed
chore: fix yml typo [skip ci]
1 parent b496f34 commit 8fefeb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
PARSED_SDK_TAG=$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')
4343
echo "::set-output name=tag::$GENERATED_SDK_TAG"
4444
echo "::set-output name=newtag::$PARSED_SDK_TAG"
45-
- uses: meeDamian/[email protected]
45+
- name: Rename release
46+
uses: meeDamian/[email protected]
4647
with:
4748
token: ${{ secrets.VERSION_BUMP_TOKEN }}
4849
tag: ${{ steps.generate_changelog.outputs.tag }}

0 commit comments

Comments
 (0)