There was an error while loading. Please reload this page.
1 parent 46f40b9 commit 28f8c35Copy full SHA for 28f8c35
1 file changed
.github/workflows/release-please.yml
@@ -22,10 +22,13 @@ jobs:
22
tag_name: ${{ steps.release.outputs.tag_name }}
23
24
create-output-artifact:
25
+ needs: release-please
26
runs-on: ubuntu-24.04
27
steps:
28
- name: Create output directory
29
run: mkdir -p release-please-data
30
+ - name: echo release_created output
31
+ run: echo ${{ needs.release-please.outputs.release_created }}
32
- name: set release created
33
if: ${{ needs.release-please.outputs.release_created == 'true' }}
34
run: |
0 commit comments