Skip to content

Commit

Permalink
feat: add publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Sep 10, 2024
1 parent 0b3abd7 commit 7c2fae7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rustci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Install Deps
run: sudo apt install -y libxkbcommon-dev libwayland-dev libalsaplayer-dev libasound2-dev
- name: Publish to crate
run: |
cargo publish -p iced_zbus_notification --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p lala-bar --token ${{ secrets.CRATES_TOKEN }}
- uses: softprops/action-gh-release@v2
with:
draft: false

0 comments on commit 7c2fae7

Please sign in to comment.