This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
outputs :
20
20
should_build : ${{ steps.check_commit.outputs.should_build }}
21
- should_build_3_4_asan : ${{ steps.check_commit.outputs.should_build_3_4_asan }}
22
21
commit : ${{ steps.latest_commit.outputs.commit }}
23
22
commit_3_4_asan : ${{ steps.latest_commit_3_4_asan.outputs.commit }}
24
23
previous_release : ${{ steps.check_commit.outputs.previous_release }}
@@ -109,14 +108,6 @@ jobs:
109
108
echo "tag=$tag" >> $GITHUB_OUTPUT
110
109
- name : Set release description to built hash
111
110
run : echo "master: ruby/ruby@${{ needs.prepare.outputs.commit }}" >> release-description.md
112
- - name : Set release description to 3.4-asan built hash
113
- run : echo "3.4-asan: ruby/ruby@${{ needs.prepare.outputs.commit_3_4_asan }}" >> release-description.md
114
- - name : Append note if 3.4-asan build was reused
115
- if : ${{ needs.prepare.outputs.should_build_3_4_asan == 'false' }}
116
- run : echo "Skipped building and reused build from ${{ needs.prepare.outputs.previous_release }} for 3.4-asan ruby" >> release-description.md
117
- - name : Append note if builds were reused
118
- if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_slow == 'true' }}
119
- run : echo "Skipped building and reused builds from ${{ needs.prepare.outputs.previous_release }} for debug and asan rubies" >> release-description.md
120
111
- name : Create Release
121
112
env :
122
113
GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments