Skip to content

Commit

Permalink
Merge pull request #44 from thomaseizinger/thomaseizinger-patch-2
Browse files Browse the repository at this point in the history
Update and rename release-crates-io.yml to release-lib-crates-io.yml
  • Loading branch information
thomaseizinger committed Jul 27, 2021
2 parents 496f69f + 61f141d commit 5e6a6b4
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 5e6a6b4

Please sign in to comment.