File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Compute prerelease identifier from commit SHA
1919 run : echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
20- - name : Trigger a 4.0 .x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
20+ - name : Trigger a 4.1 .x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2121 uses : peter-evans/repository-dispatch@v4
2222 with :
2323 token : ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 push :
55 branches :
6- # 4.2.x
7- - " main"
6+ - " v4.2.x"
87 paths :
98 - " deps/*/src/**"
109 - ' deps/rabbitmq_management/priv/**'
1817 steps :
1918 - name : Compute prerelease identifier from commit SHA
2019 run : echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV
21- - name : Trigger a 4.0 .x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
20+ - name : Trigger a 4.2 .x alpha build in ${{ env.DEV_WORKFLOW_REPOSITORY }}
2221 uses : peter-evans/repository-dispatch@v4
2322 with :
2423 token : ${{ secrets.MK_RELEASE_AUTOMATION_TOKEN }}
You can’t perform that action at this time.
0 commit comments