Skip to content

Commit bb03078

Browse files
committed
Fix CI issues round 1
1 parent fe41120 commit bb03078

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,9 @@ jobs:
3333
echo "Invalid prefix in tag: $PREFIX"
3434
exit 1
3535
esac
36-
cd $CRATE_NAME
37-
cargo publish --all-features
38-
- name: Publish
39-
uses: actions-rs/cargo@v1
36+
cargo publish --all-features -p $CRATE_NAME
4037
env:
4138
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
42-
with:
43-
command: publish
44-
args: --all-features
4539

4640
publish_cli_binary:
4741
name: Release build with ${{ matrix.os }}

0 commit comments

Comments
 (0)