mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29:10 +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