Skip to content

Commit

Permalink
Fix reference to 'build-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Mar 27, 2024
1 parent d686d08 commit 3953f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
REFERENCE: ${{ github.event.inputs.build-refname }}
BUILD_VERSION: ${{ github.event.inputs.build-refname }}
BUILD_VERSION: ${{ github.event.inputs.build-version }}
run: npx antora antora-playbook.yml --stacktrace
- name: Sync Documentation
uses: spring-io/spring-doc-actions/[email protected]
Expand Down

0 comments on commit 3953f5a

Please sign in to comment.