File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3636 env :
3737 NODE_AUTH_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
3838 GH_TOKEN : ${{ secrets.VERSION_BUMP_TOKEN }}
39+ - name : Extract latest SDK tag
40+ - run : |
41+ GENERATED_SDK_TAG=$(git describe --match "stream-chat-react-native-core@*" --abbrev=0 --tags)
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] 46+ with :
47+ token : ${{ secrets.VERSION_BUMP_TOKEN }}
48+ tag : ${{ steps.generate_changelog.outputs.tag }}
49+ name : ${{ steps.generate_changelog.outputs.newtag }}
3950 - name : Merge back changes
4051 run : |
4152 git checkout develop
You can’t perform that action at this time.
0 commit comments