Skip to content

Commit 183ef0d

Browse files
committed
fix version parse
1 parent 0f4df4c commit 183ef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
cd iOS_SDK/OneSignalSDK
5353
chmod +x ./update_swift_package.sh
54-
./update_swift_package.sh $version
54+
./update_swift_package.sh ${{env.version}}
5555
shell: bash
5656
- name: Commit Changes
5757
run: |

0 commit comments

Comments
 (0)