Skip to content

Commit a0957a9

Browse files
committed
fix: refresh repo to get version for rpm build
1 parent 1dbb3fa commit a0957a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Build RPM
4545
run: |
46+
# In case checkout didn't catch the commit from release, pull after setting up toolchain
47+
git pull
4648
cargo build --release
4749
strip -s target/release/bec_log_ingestor
4850
cargo install cargo-generate-rpm

0 commit comments

Comments
 (0)