File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : Update iOS SDK Version
22
33on :
4+ push :
5+ branches :
6+ - ' **'
47 workflow_dispatch :
58 inputs :
69 version :
@@ -26,15 +29,15 @@ jobs:
2629 registry-url : ' https://npm.pkg.github.com'
2730
2831 - name : Update iOS SDK version
29- run : sed -i '' "s/s.dependency 'GliaWidgets', '.*'/s.dependency 'GliaWidgets', '${{ github.event.inputs.version }} '/" GliaWidgetsIonic.podspec
32+ run : sed -i '' "s/s.dependency 'GliaWidgets', '.*'/s.dependency 'GliaWidgets', '4.0.0 '/" GliaWidgetsIonic.podspec
3033
3134 - name : Create Pull Request
3235 uses : peter-evans/create-pull-request@v7
3336 env :
3437 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3538 with :
36- title : " Update iOS Widgets SDK version to ${{ github.event.inputs.version }} "
37- body : " This PR sets the iOS Widgets SDK version to ${{ github.event.inputs.version }} ."
39+ title : " Update iOS Widgets SDK version to 4.0.0 "
40+ body : " This PR sets the iOS Widgets SDK version to 4.0.0 ."
3841 base : development
39- branch : update-ios-widgets-sdk-version-${{ github.event.inputs.version }}
40- commit-message : " chore: update iOS Widgets SDK version to ${{ github.event.inputs.version }} "
42+ branch : update-ios-widgets-sdk-version-4.0.0
43+ commit-message : " chore: update iOS Widgets SDK version to 4.0.0 "
You can’t perform that action at this time.
0 commit comments