Skip to content

Commit c11bcd2

Browse files
chore: test iOS SDK update
1 parent 3607578 commit c11bcd2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Update iOS SDK Version
22

33
on:
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"

0 commit comments

Comments
 (0)