Skip to content

Commit

Permalink
Fix reference to incorrect CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Apr 7, 2024
1 parent b518da8 commit 839bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- id: plan
run: |
cargo dist ${{ format('host --steps=create --tag={0}', needs.update_release_draft.outputs.version) }} --output-format=json > plan-dist-manifest.json
cargo dist ${{ format('host --steps=create --tag={0}', needs.pkg_version.outputs.version) }} --output-format=json > plan-dist-manifest.json
echo "cargo dist ran successfully"
cat plan-dist-manifest.json
echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 839bb86

Please sign in to comment.