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 3
3
push :
4
4
branches :
5
5
- ' 3.3.x'
6
- permissions :
7
- actions : write
8
6
concurrency :
9
7
group : ${{ github.workflow }}-${{ github.ref }}
10
8
jobs :
32
30
folder : ' deployment-repository'
33
31
signing-key : ${{ secrets.GPG_PRIVATE_KEY }}
34
32
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 }}
39
33
- name : Send Notification
40
34
uses : ./.github/actions/send-notification
41
35
if : always()
46
40
run-name : ${{ format('{0} | Linux | Java 17', github.ref_name) }}
47
41
outputs :
48
42
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 }}
49
54
verify :
50
55
name : Verify
51
56
needs : build-and-deploy-snapshot
You can’t perform that action at this time.
0 commit comments