Skip to content

Commit

Permalink
Merge pull request #1430 from Yamato-Security/1429-fix-release-automa…
Browse files Browse the repository at this point in the history
…tion-update-rules-error

fix: copy all .git commit history by specifying fetch-depth
  • Loading branch information
YamatoSecurity authored Oct 10, 2024
2 parents 5dad150 + 5625bbf commit 0e6251e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
}
- {
os: "ubuntu-24.04",
target: "x86_64-unknown-linux-musl",
target: "aarch64-unknown-linux-gnu",
cross: true,
}
- {
os: "ubuntu-22.04",
target: "aarch64-unknown-linux-gnu",
target: "x86_64-unknown-linux-musl",
cross: true,
}
- {
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: Yamato-Security/hayabusa-rules
fetch-depth: 0
path: hayabusa-rules

- name: Set up Rust toolchain
Expand Down

0 comments on commit 0e6251e

Please sign in to comment.