Skip to content

Commit 70e2b70

Browse files
fixup! feat: automate the update of the iOS SDK version
1 parent 3607578 commit 70e2b70

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/set-ios-sdk-version.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ jobs:
2020
fetch-depth: 0
2121
token: ${{ secrets.GITHUB_TOKEN }}
2222

23-
- uses: actions/setup-node@v4
24-
with:
25-
node-version: '20.x'
26-
registry-url: 'https://npm.pkg.github.com'
27-
2823
- name: Update iOS SDK version
29-
run: sed -i '' "s/s.dependency 'GliaWidgets', '.*'/s.dependency 'GliaWidgets', '${{ github.event.inputs.version }}'/" GliaWidgetsIonic.podspec
24+
run: sed -i "s/s.dependency 'GliaWidgets', '.*'/s.dependency 'GliaWidgets', '4.0.0'/" GliaWidgetsIonic.podspec
3025

3126
- name: Create Pull Request
3227
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)