From 839bb8692feee92cdcd256dbf84d93b3ab27d120 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Sun, 7 Apr 2024 13:53:20 +0100 Subject: [PATCH] Fix reference to incorrect CI job --- .github/workflows/release_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 34fbfd5..8253f82 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -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"