Skip to content

Commit 7b34bd1

Browse files
okay, better, try this too
1 parent 9a53797 commit 7b34bd1

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
@@ -176,7 +176,7 @@ jobs:
176176
- id: cargo-dist
177177
shell: bash
178178
run: |
179-
cargo dist build ${{ needs.plan.outputs.tag-flag }} --output-format=json "--artifacts=global" > dist-manifest.json
179+
cargo dist build ${{ needs.plan.outputs.tag-flag }} --allow-dirty --output-format=json "--artifacts=global" > dist-manifest.json
180180
echo "cargo dist ran successfully"
181181
182182
# Parse out what we just built and upload it to scratch storage
@@ -222,7 +222,7 @@ jobs:
222222
- id: host
223223
shell: bash
224224
run: |
225-
cargo dist host ${{ needs.plan.outputs.tag-flag }} --steps=upload --steps=release --output-format=json > dist-manifest.json
225+
cargo dist host ${{ needs.plan.outputs.tag-flag }} --allow-dirty --steps=upload --steps=release --output-format=json > dist-manifest.json
226226
echo "artifacts uploaded and released successfully"
227227
cat dist-manifest.json
228228
echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)