Browse Source

Merge branch '3.4.x' into 3.5.x

See gh-46191
pull/46457/head
Andy Wilkinson 7 months ago
parent
commit
42b9468d56
  1. 2
      .github/workflows/release-milestone.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/release-milestone.yml

@ -73,7 +73,7 @@ jobs: @@ -73,7 +73,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:

2
.github/workflows/release.yml

@ -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:

Loading…
Cancel
Save