Update build.yml

This commit is contained in:
2025-06-15 21:33:24 +09:00
committed by GitHub
parent 681d89235e
commit 7fbc376160

View File

@@ -24,7 +24,7 @@ jobs:
LATEST_TAG="${{ steps.get_tag.outputs.LATEST_TAG }}"
MY_RELEASE=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tag_name')
if [[ "$LATEST_TAG" == "$MY_RELEASE" ]]; then
exit 0;
cancelled();
fi
- uses: actions/checkout@v4