diff --git a/.github/workflows/gen5.yml b/.github/workflows/gen5.yml index 39aafd6..6f7c014 100644 --- a/.github/workflows/gen5.yml +++ b/.github/workflows/gen5.yml @@ -194,7 +194,7 @@ jobs: - name: Update latest_metadata tag and create release run: | - ls + ls -FA git fetch --tags if git tag -l | grep -q "^latest_metadata$"; then git tag -d latest_metadata