mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +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
|
uses: SebRollen/toml-action@v1.2.0
|
||||||
id: get_version
|
id: get_version
|
||||||
with:
|
with:
|
||||||
file: Cargo.toml
|
file: crates/lune/Cargo.toml
|
||||||
field: package.version
|
field: package.version
|
||||||
|
|
||||||
dry-run:
|
dry-run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue