Skip to content

Commit

Permalink
Try removing --allow-dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidmackenzie committed Sep 28, 2023
1 parent 5c8d202 commit 5a83675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Run cargo-dist manifest
run: |
# Generate a manifest describing everything
cargo +nightly dist manifest --allow-dirty --no-local-paths --output-format=json $ALL_CARGO_DIST_TARGET_ARGS $ALL_CARGO_DIST_INSTALLER_ARGS > dist-manifest.json
cargo +nightly dist manifest --no-local-paths --output-format=json $ALL_CARGO_DIST_TARGET_ARGS $ALL_CARGO_DIST_INSTALLER_ARGS > dist-manifest.json
cat dist-manifest.json
echo "Tag is " ${{ needs.create-release.outputs.tag }}
gh release upload ${{ needs.create-release.outputs.tag }} dist-manifest.json
Expand Down

0 comments on commit 5a83675

Please sign in to comment.