Skip to content

Commit

Permalink
Fix CI pipeline (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Totodore authored Jan 18, 2024
1 parent 92f675f commit 303deee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
max-parallel: 1
matrix:
package:
- crate: socketioxide
path: socketioxide
- crate: engineioxide
path: engineioxide
- crate: engineioxide
path: engineioxide
- crate: socketioxide
path: socketioxide
steps:
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
run: |
echo "Cargo Publishing..."
cargo publish --no-verify
echo "New version $NEXT_VERSION has been published"
echo "New version of $NEXT_VERSION has been published"

0 comments on commit 303deee

Please sign in to comment.