Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 28, 2024
1 parent 0c61fbf commit d248f8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rustci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- name: Install Deps
run: sudo apt install -y libxkbcommon-dev libpango1.0-dev
- name: Publish to crate
run: cargo publish -p layershellev --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p sessionshellev --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p iced_layershell --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p iced_sessionlock --token ${{ secrets.CRATES_TOKEN }}
run: |
cargo publish -p layershellev --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p sessionshellev --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p iced_layershell --token ${{ secrets.CRATES_TOKEN }}
cargo publish -p iced_sessionlock --token ${{ secrets.CRATES_TOKEN }}
- uses: softprops/action-gh-release@v2
with:
draft: true

0 comments on commit d248f8c

Please sign in to comment.