Skip to content

Commit 23a7eda

Browse files
authored
rust(chore): fix release action for sift-stream-bindings (#455)
1 parent 08f5e66 commit 23a7eda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build exclude flags
3535
id: excludes
3636
run: |
37-
EXCLUDE_FLAGS="--exclude sift_stream_bindings --exclude sift_cli"
37+
EXCLUDE_FLAGS="--exclude sift-stream-bindings --exclude sift_cli"
3838
if [ -n "${{ inputs.exclude_crates }}" ]; then
3939
IFS=',' read -ra CRATES <<< "${{ inputs.exclude_crates }}"
4040
for crate in "${CRATES[@]}"; do

.github/workflows/rust_release_dry_run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build exclude flags
3535
id: excludes
3636
run: |
37-
EXCLUDE_FLAGS="--exclude sift_stream_bindings --exclude sift_cli"
37+
EXCLUDE_FLAGS="--exclude sift-stream-bindings --exclude sift_cli"
3838
if [ -n "${{ inputs.exclude_crates }}" ]; then
3939
IFS=',' read -ra CRATES <<< "${{ inputs.exclude_crates }}"
4040
for crate in "${CRATES[@]}"; do

0 commit comments

Comments
 (0)