mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix release workflow version read
This commit is contained in:
parent
763b3ff6a7
commit
6bc1fa2343
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:
|
|||
uses: SebRollen/toml-action@v1.2.0
|
||||
id: get_version
|
||||
with:
|
||||
file: Cargo.toml
|
||||
file: crates/lune/Cargo.toml
|
||||
field: package.version
|
||||
|
||||
dry-run:
|
||||
|
|
Loading…
Reference in a new issue