Skip to content

Commit 3953f5a

Browse files
committed
Fix reference to 'build-version'
1 parent d686d08 commit 3953f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3636
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
3737
REFERENCE: ${{ github.event.inputs.build-refname }}
38-
BUILD_VERSION: ${{ github.event.inputs.build-refname }}
38+
BUILD_VERSION: ${{ github.event.inputs.build-version }}
3939
run: npx antora antora-playbook.yml --stacktrace
4040
- name: Sync Documentation
4141
uses: spring-io/spring-doc-actions/[email protected]

0 commit comments

Comments
 (0)