Skip to content

Commit

Permalink
Revert "force it to try and publish breadbox-client"
Browse files Browse the repository at this point in the history
This reverts commit f1cf7a3.
  • Loading branch information
pgm committed Jan 9, 2025
1 parent c66f834 commit d7b9026
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_breadbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ jobs:

publish-breadbox-client:
needs: bump-versions
if: ${{ (github.ref_name == 'master') }}
# if: ${{ (needs.bump-versions.outputs.current_version != needs.bump-versions.outputs.bumped_version) && (github.ref_name == 'master') }}
if: ${{ (needs.bump-versions.outputs.current_version != needs.bump-versions.outputs.bumped_version) && (github.ref_name == 'master') }}
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down

0 comments on commit d7b9026

Please sign in to comment.