Skip to content

Commit

Permalink
chore: fixes release
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Sep 24, 2024
1 parent 28cc445 commit 4fa5d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ⚙️ Install deps
run: |
sudo apt-get update
sudo apt install libdbus-1-dev pkg-config
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
Expand Down
Empty file added edc-connector-tui/CHANGELOG.md
Empty file.

0 comments on commit 4fa5d8d

Please sign in to comment.