|
|
|
|
@ -154,7 +154,7 @@ jobs:
@@ -154,7 +154,7 @@ jobs:
|
|
|
|
|
- name: Run Deploy Docs Workflow |
|
|
|
|
env: |
|
|
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
run: gh workflow run deploy-docs.yml --repo spring-projects/spring-boot -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-stage-release.outputs.version }} |
|
|
|
|
run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-stage-release.outputs.version }} |
|
|
|
|
create-github-release: |
|
|
|
|
name: Create GitHub Release |
|
|
|
|
needs: |
|
|
|
|
|