Skip to content

Commit

Permalink
ci: .github/workflows/release.yml docs job runs when any package is…
Browse files Browse the repository at this point in the history
… released via release-please (#1140)

Motivation:
* I think we want to run the docs release more frequently, especially if
`w3up-client` is released
  • Loading branch information
gobengo authored Nov 15, 2023
1 parent 0b8d3f3 commit b47a4c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
if: |
contains(fromJson(needs.release.outputs.paths_released), 'packages/access-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/capabilities') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/did-mailto') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/upload-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/upload-api') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/filecoin-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/upload-client')
contains(fromJson(needs.release.outputs.paths_released), 'packages/filecoin-api') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/w3up-client')
uses: './.github/workflows/reusable-deploy-docs.yml'

0 comments on commit b47a4c5

Please sign in to comment.