discard cmd/internal/read_tag

This commit is contained in:
n3t1zen
2026-05-04 14:34:51 +08:00
parent 2368816476
commit c3abad7929
+1 -1
View File
@@ -5,9 +5,9 @@ build-android:
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --version
mkdir -p ~/.ssh && ssh-keyscan -p 22 -t rsa,ed25519 git.inker.bot >> ~/.ssh/known_hosts
script:
- export version=$(git describe --tags) && echo "building version $version"
- bash ./setup-ndk.sh
- bin/update && bin/apply && cd works/core
- go run -v ./cmd/internal/read_tag --ci --nightly
- git submodule update --init --recursive
- git ls-remote --exit-code --tags origin v$version || echo "PUBLISHED=false" >> "$GITHUB_ENV"
- git tag v$version -f