fix: add checkout step to release job for git commands
CI / cargo fmt --check (push) Successful in 49s
CI / cargo clippy (push) Successful in 49s
CI / cargo test (push) Successful in 58s
Release / build aarch64-unknown-linux-musl (push) Successful in 1m2s
Release / build x86_64-unknown-linux-gnu (push) Successful in 1m36s
Release / build x86_64-unknown-linux-musl (push) Successful in 1m34s
CI / editor keymaps (push) Successful in 1m44s
Release / build aarch64-unknown-linux-gnu (push) Successful in 2m27s
Release / gitea release (push) Successful in 1m51s

download-artifact@v3 doesn't create a git repo, so git log/git tag
fail in the release notes generation step.
This commit is contained in:
2026-06-03 22:33:08 -03:00
parent 32cf4508de
commit 5a936e4f96
+4
View File
@@ -94,6 +94,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download all build artifacts
# download-artifact@v3 nests each artifact under its own dir
# (artifacts/<artifact-name>/<file>), so recurse.