Skip to content

Commit 3e96fcd

Browse files
chore: test iOS SDK update
1 parent 70e2b70 commit 3e96fcd

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 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:
@@ -20,6 +23,11 @@ jobs:
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

@@ -28,8 +36,8 @@ jobs:
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"

0 commit comments

Comments
 (0)