We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4df4c commit 183ef0dCopy full SHA for 183ef0d
.github/workflows/cd.yml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
cd iOS_SDK/OneSignalSDK
53
chmod +x ./update_swift_package.sh
54
- ./update_swift_package.sh $version
+ ./update_swift_package.sh ${{env.version}}
55
shell: bash
56
- name: Commit Changes
57
0 commit comments