Skip to content

Commit

Permalink
fix(ci): replace underscore with dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoricAndre committed Dec 1, 2024
1 parent 00b04cd commit 57bd3c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

setup-release:
runs-on: ubuntu-latest
needs: release_please
if: ${{ needs.release_please.outputs.release_created }}
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
steps:
- run: |
echo '${{ needs.release_please.outputs.release_created }}'
echo '${{ needs.release-please.outputs.release_created }}'
publish-crate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57bd3c7

Please sign in to comment.