From 61f141d0cc532572ddff8f6ecf74ab823fdb61e1 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 28 Jul 2021 09:57:35 +1000 Subject: [PATCH] Update and rename release-crates-io.yml to release-lib-crates-io.yml --- .../{release-crates-io.yml => release-lib-crates-io.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{release-crates-io.yml => release-lib-crates-io.yml} (78%) diff --git a/.github/workflows/release-crates-io.yml b/.github/workflows/release-lib-crates-io.yml similarity index 78% rename from .github/workflows/release-crates-io.yml rename to .github/workflows/release-lib-crates-io.yml index d2547ea..a329b5d 100644 --- a/.github/workflows/release-crates-io.yml +++ b/.github/workflows/release-lib-crates-io.yml @@ -1,4 +1,4 @@ -name: "Release to crates.io" +name: "Release lib to crates.io" on: release: @@ -13,6 +13,6 @@ jobs: with: ref: ${{ github.event.release.target_commitish }} - - run: cargo publish + - run: cargo publish --manifest-path=lib/Cargo.toml env: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}