mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Fix release action
This commit is contained in:
parent
ed4d99fa6a
commit
4c876cb809
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
id: get_version
|
id: get_version
|
||||||
with:
|
with:
|
||||||
file: Cargo.toml
|
file: Cargo.toml
|
||||||
field: workspace.package.version
|
field: package.version
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: ["init"]
|
needs: ["init"]
|
||||||
|
|
Loading…
Reference in a new issue