Skip to content

Commit

Permalink
Fix plugin publishing param
Browse files Browse the repository at this point in the history
Issue gh-14
  • Loading branch information
sjohnr committed Jan 25, 2024
1 parent a0b18d2 commit 4e346d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e346d2

Please sign in to comment.