File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - ' 3.3.x'
6- permissions :
7- actions : write
86concurrency :
97 group : ${{ github.workflow }}-${{ github.ref }}
108jobs :
3230 folder : ' deployment-repository'
3331 signing-key : ${{ secrets.GPG_PRIVATE_KEY }}
3432 signing-passphrase : ${{ secrets.GPG_PASSPHRASE }}
35- - name : Trigger Docs Build Workflow
36- env :
37- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38- run : gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ steps.build.outputs.version }}
3933 - name : Send Notification
4034 uses : ./.github/actions/send-notification
4135 if : always()
4640 run-name : ${{ format('{0} | Linux | Java 17', github.ref_name) }}
4741 outputs :
4842 version : ${{ steps.build-and-publish.outputs.version }}
43+ trigger-docs-build :
44+ name : Trigger Docs Build
45+ runs-on : ubuntu-latest
46+ needs : build-and-deploy-snapshot
47+ permissions :
48+ actions : write
49+ steps :
50+ - name : Run Deploy Docs Workflow
51+ env :
52+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53+ run : gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
4954 verify :
5055 name : Verify
5156 needs : build-and-deploy-snapshot
You can’t perform that action at this time.
0 commit comments