Skip to content

Commit

Permalink
chore(main): fix workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner committed Oct 4, 2024
1 parent c807593 commit d91cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
packages-released: ${{ steps.get-packages-released.outputs.result }}

publish:
name: Publish ${{ matrix.package }}
name: Publish
if: ${{ needs.release-please.outputs.packages-released != '[]' }}
runs-on: ubuntu-latest
needs: [release-please]
Expand Down

0 comments on commit d91cd40

Please sign in to comment.