Skip to content

Commit

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

publish-breadbox-client:
needs: bump-versions
if: ${{ (needs.bump-versions.outputs.current_version != needs.bump-versions.outputs.bumped_version) && (github.ref_name == 'master') }}
if: ${{ (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 f1cf7a3

Please sign in to comment.