Browse Source

Merge branch '3.3.x'

pull/41464/head
Andy Wilkinson 2 years ago
parent
commit
e0a8ec9401
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -50,7 +50,7 @@ jobs: @@ -50,7 +50,7 @@ jobs:
- name: Run Deploy Docs Workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}
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-deploy-snapshot.outputs.version }}
verify:
name: Verify
needs: build-and-deploy-snapshot

Loading…
Cancel
Save