Skip to content

Commit

Permalink
ci: Fix broken crates.io publisher
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Dec 10, 2023
1 parent f8250e3 commit 94ee845
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
# SPDX-License-Identifier: Apache-2.0
#

name: Publish Crates
name: Publish Crate - LibOSDP

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'Rust-v*' # Push events to matching Rust-v*, i.e. Rust-v1.0
- 'Osdpctl-v*' # Push events to matching Osdpctl-v*, i.e. Osdpctl-v1.0

jobs:
publish:
Expand All @@ -29,3 +28,4 @@ jobs:
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true
path: './rust'

0 comments on commit 94ee845

Please sign in to comment.