Skip to content

Commit

Permalink
actions: always update lock and docs when a release PR is open
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 21, 2024
1 parent a87a3d9 commit d973628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
update-lock-and-docs:
runs-on: ubuntu-latest
needs: release
if: ${{ needs.release.outputs.pr && !needs.release.outputs.releases_created }}
if: ${{ needs.release.outputs.pr }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d973628

Please sign in to comment.