mirror of
https://github.com/lune-org/lune.git
synced 2025-04-03 01:50:55 +01: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…
Add table
Reference in a new issue