We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5626e43 commit aaafd04Copy full SHA for aaafd04
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
# but also really annoying to build CI around when it needs secrets to work right.)
85
- id: plan
86
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
+ 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
88
echo "dist ran successfully"
89
cat plan-dist-manifest.json
90
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
0 commit comments