File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
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 :
2023 fetch-depth : 0
2124 token : ${{ secrets.GITHUB_TOKEN }}
2225
26+ - uses : actions/setup-node@v4
27+ with :
28+ node-version : ' 20.x'
29+ registry-url : ' https://npm.pkg.github.com'
30+
2331 - name : Update iOS SDK version
2432 run : sed -i "s/s.dependency 'GliaWidgets', '.*'/s.dependency 'GliaWidgets', '4.0.0'/" GliaWidgetsIonic.podspec
2533
2836 env :
2937 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3038 with :
31- title : " Update iOS Widgets SDK version to ${{ github.event.inputs.version }} "
32- 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 ."
3341 base : development
34- branch : update-ios-widgets-sdk-version-${{ github.event.inputs.version }}
35- 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