Skip to content

Commit aaafd04

Browse files
committed
cargo-dist
1 parent 5626e43 commit aaafd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# but also really annoying to build CI around when it needs secrets to work right.)
8585
- id: plan
8686
run: |
87-
dist ${{ (github.event_name == 'workflow_dispatch' && format('host --steps=create --tag={0}', github.event.inputs.tag)) || (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
87+
dist plan ${{ (github.event_name == 'workflow_dispatch' && format('--tag={0}', github.event.inputs.tag)) || (!github.event.pull_request && format('--tag={0}', github.ref_name) || '') }} --output-format=json > plan-dist-manifest.json
8888
echo "dist ran successfully"
8989
cat plan-dist-manifest.json
9090
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)