We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdc73f commit 6c48160Copy full SHA for 6c48160
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
# but also really annoying to build CI around when it needs secrets to work right.)
77
- id: plan
78
run: |
79
- dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0} --target=x86_64-unknown-linux-gnu', github.ref_name)) || 'plan' }} --output-format=json > plan-dist-manifest.json
+ dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_name)) || 'plan --target=x86_64-unknown-linux-gnu' }} --output-format=json > plan-dist-manifest.json
80
echo "dist ran successfully"
81
cat plan-dist-manifest.json
82
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
0 commit comments