Fix publishing to crates.io

This commit is contained in:
Filip Tibell 2023-02-05 19:41:38 -05:00
parent bd71075023
commit f5d9aab2e5
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -24,6 +24,5 @@ jobs:
- name: Publish to crates.io - name: Publish to crates.io
uses: katyo/publish-crates@v1 uses: katyo/publish-crates@v1
with: with:
path: "packages/lib"
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }} registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
ignore-unpublished-changes: true ignore-unpublished-changes: true

View file

@ -1,5 +1,6 @@
[package] [package]
name = "lune-cli" name = "lune-cli"
publish = false
version.workspace = true version.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true