Skip to content

Commit 28f8c35

Browse files
authored
ci: needs attribute required to read output
1 parent 46f40b9 commit 28f8c35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
tag_name: ${{ steps.release.outputs.tag_name }}
2323

2424
create-output-artifact:
25+
needs: release-please
2526
runs-on: ubuntu-24.04
2627
steps:
2728
- name: Create output directory
2829
run: mkdir -p release-please-data
30+
- name: echo release_created output
31+
run: echo ${{ needs.release-please.outputs.release_created }}
2932
- name: set release created
3033
if: ${{ needs.release-please.outputs.release_created == 'true' }}
3134
run: |

0 commit comments

Comments
 (0)