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 f7d0ac4 commit 7addb25Copy full SHA for 7addb25
.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. Assigning default snapshot version."
33
- VERSION="snapshot-$(date +"%Y%m%d")"
+ echo "No version name specified. Will create a snapshot AAR"
+ exit 0
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