Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonzimmermann authored Apr 25, 2024
1 parent 3ab0ca3 commit eacdd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: check-unpublished
if: ${{ needs.check-unpublished.outputs.should_publish }}
if: ${{ needs.check-unpublished.outputs.should_publish == true }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit eacdd78

Please sign in to comment.