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 5d4f427 commit 7e28a04Copy full SHA for 7e28a04
.github/workflows/apple.yml
@@ -39,7 +39,7 @@ jobs:
39
id: set_version
40
shell: bash
41
run: |
42
- VERSION="0.7.0.$(TZ='PST8PDT' date +%Y%m%d)"
+ VERSION="0.8.0.$(TZ='PST8PDT' date +%Y%m%d)"
43
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
44
45
build-demo-ios:
0 commit comments