mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
Fix publishing to crates.io
This commit is contained in:
parent
bd71075023
commit
f5d9aab2e5
2 changed files with 1 additions and 1 deletions
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
|
@ -24,6 +24,5 @@ jobs:
|
|||
- name: Publish to crates.io
|
||||
uses: katyo/publish-crates@v1
|
||||
with:
|
||||
path: "packages/lib"
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
ignore-unpublished-changes: true
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[package]
|
||||
name = "lune-cli"
|
||||
publish = false
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
|
Loading…
Reference in a new issue