Skip to content

Commit ce9246a

Browse files
committed
[Fix] read wrong cargo config
1 parent d321d7b commit ce9246a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: read_toml
2222
uses: SebRollen/[email protected]
2323
with:
24-
file: core/Cargo.toml
25-
field: package.version
24+
file: Cargo.toml
25+
field: workspace.package.version
2626

2727
- uses: actions-rs/cargo@v1
2828
with:

0 commit comments

Comments
 (0)