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 c1e65c0 commit f7d0ac4Copy full SHA for f7d0ac4
.github/workflows/android-release-artifacts.yml
@@ -29,8 +29,8 @@ jobs:
29
run: |
30
VERSION="${{ inputs.version }}"
31
if [ -z "$VERSION" ]; then
32
- echo "No version name specified. Default version will be a snapshot AAR"
33
- exit 0
+ echo "No version name specified. Assigning default snapshot version."
+ VERSION="snapshot-$(date +"%Y%m%d")"
34
fi
35
if curl -I "https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar" | grep "200 OK"; then
36
echo "AAR already exists at https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar"
0 commit comments