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 b496f34 commit 8fefeb0Copy full SHA for 8fefeb0
.github/workflows/release.yml
@@ -42,7 +42,8 @@ jobs:
42
PARSED_SDK_TAG=$(echo "$GENERATED_SDK_TAG" | sed -e 's/stream-chat-react-native-core@//g')
43
echo "::set-output name=tag::$GENERATED_SDK_TAG"
44
echo "::set-output name=newtag::$PARSED_SDK_TAG"
45
- - uses: meeDamian/[email protected]
+ - name: Rename release
46
+ uses: meeDamian/[email protected]
47
with:
48
token: ${{ secrets.VERSION_BUMP_TOKEN }}
49
tag: ${{ steps.generate_changelog.outputs.tag }}
0 commit comments