diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b7a31d..a2646f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: id: get_version with: file: Cargo.toml - field: workspace.package.version + field: package.version build: needs: ["init"]