Skip to content

Commit

Permalink
chore(ci): try to fix workflow (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Jan 16, 2023
1 parent ba86837 commit f7c3b0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
RELEASE_PLEASE_OUTPUT: ${{ toJSON(steps.release.outputs) }}
run: echo "${RELEASE_PLEASE_OUTPUT}" | jq

rust-peer:
crates:
if: needs.release-please.outputs.releases-created
runs-on: ubuntu-latest
needs: release-please
runs-on: builder
needs:
- release-please

steps:
- name: Checkout
Expand Down

0 comments on commit f7c3b0a

Please sign in to comment.