Skip to content

Commit

Permalink
ci: Fix cargo publish CI
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Nov 4, 2023
1 parent f7a913e commit 14a3455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-crate-libosdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: Apache-2.0
#

name: Publish Crate - libosdp
name: Publish Crate libosdp

on:
push:
Expand All @@ -18,12 +18,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
toolchain: stable
override: true
- uses: katyo/publish-crates@v2
with:
args: -p libosdp
Expand Down

0 comments on commit 14a3455

Please sign in to comment.