Skip to content

Commit 7addb25

Browse files
committed
Fix
1 parent f7d0ac4 commit 7addb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
run: |
3030
VERSION="${{ inputs.version }}"
3131
if [ -z "$VERSION" ]; then
32-
echo "No version name specified. Assigning default snapshot version."
33-
VERSION="snapshot-$(date +"%Y%m%d")"
32+
echo "No version name specified. Will create a snapshot AAR"
33+
exit 0
3434
fi
3535
if curl -I "https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar" | grep "200 OK"; then
3636
echo "AAR already exists at https://ossci-android.s3.amazonaws.com/executorch/release/${VERSION}/executorch.aar"

0 commit comments

Comments
 (0)