Skip to content

Commit

Permalink
Update and rename release-crates-io.yml to release-lib-crates-io.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jul 27, 2021
1 parent 496f69f commit 61f141d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
name: "Release to crates.io"
name: "Release lib to crates.io"

on:
release:
Expand All @@ -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 }}

0 comments on commit 61f141d

Please sign in to comment.