Skip to content

Commit

Permalink
Fix CI issues round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Jul 15, 2023
1 parent fe41120 commit bb03078
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,9 @@ jobs:
echo "Invalid prefix in tag: $PREFIX"
exit 1
esac
cd $CRATE_NAME
cargo publish --all-features
- name: Publish
uses: actions-rs/cargo@v1
cargo publish --all-features -p $CRATE_NAME
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: publish
args: --all-features

publish_cli_binary:
name: Release build with ${{ matrix.os }}
Expand Down

0 comments on commit bb03078

Please sign in to comment.