From 4e346d2abf69f98dad74928198f121798ce0181c Mon Sep 17 00:00:00 2001 From: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:17:06 -0600 Subject: [PATCH] Fix plugin publishing param Issue gh-14 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 9a1d7b8..cc0862a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -26,6 +26,6 @@ jobs: needs: [deploy-artifacts] uses: ./.github/workflows/publish-plugins.yml with: - should-publish-plugins: ${{ needs.build.outputs.should-deploy-artifacts }} + should-publish-plugins: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} project-version: ${{ needs.deploy-artifacts.outputs.project-version }} secrets: inherit