Fix release action

This commit is contained in:
Filip Tibell 2023-07-22 17:18:58 +02:00
parent ed4d99fa6a
commit 4c876cb809
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ jobs:
id: get_version
with:
file: Cargo.toml
field: workspace.package.version
field: package.version
build:
needs: ["init"]