Update build.yml

This commit is contained in:
2025-06-15 21:25:47 +09:00
committed by GitHub
parent 3f1aac4dc8
commit 681d89235e

View File

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