Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Oct 18, 2024
1 parent 2b36eed commit ea0d10b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
needs: [build]
#needs: [build]
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
paths_released: ${{ steps.release-please.outputs.paths_released }}
Expand All @@ -54,6 +54,7 @@ jobs:
path: ./packages
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
target-branch: chore/monorepo-build-setup
token: ${{ secrets.GITHUB_TOKEN }}

- name: Print release outputs for debugging
Expand Down

0 comments on commit ea0d10b

Please sign in to comment.