fix(release): checkout main by ref instead of tag (avoids Gitea ref pattern failure)
CI / cargo fmt --check (push) Successful in 33s
CI / cargo clippy (push) Successful in 46s
CI / cargo test (push) Successful in 1m5s

This commit is contained in:
gffranco
2026-06-24 02:02:26 +00:00
parent 14301586e0
commit d21237cfdc
+2 -4
View File
@@ -142,8 +142,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
# Build the just-tagged commit, not the branch tip.
ref: ${{ needs.prepare.outputs.tag }}
ref: main
- uses: dtolnay/rust-toolchain@1.83
with:
@@ -203,8 +202,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.prepare.outputs.tag }}
fetch-depth: 0
ref: main
- name: Download all build artifacts
# download-artifact@v3 nests each artifact under its own dir