Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 12, 2022
1 parent f97c5c9 commit 7a690ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
release_please_info: ${{ needs.release-please.outputs.release_please_info }}
output: ${{ toJSON(needs.release-please.outputs) }}
paths_released: $${{ needs.release-please.outputs.paths_released }}
paths_released: ${{ needs.release-please.outputs.paths_released }}
steps:
- name: Show Release Please Results
run: |
Expand Down

0 comments on commit 7a690ef

Please sign in to comment.