diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dd7f734..824b7723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json echo "dist ran successfully" - name: Attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*" - id: cargo-dist diff --git a/dist-workspace.toml b/dist-workspace.toml index 65387e83..ebbdcb42 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -3,6 +3,7 @@ members = ["cargo:."] # Config for 'dist' [dist] +allow-dirty = ["ci"] # The preferred dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.26.1" # CI backends to support