We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0e986 commit a91f1a0Copy full SHA for a91f1a0
.github/workflows/update-antora-ui-spring.yml
@@ -27,6 +27,8 @@ jobs:
27
echo latest_ui_bundle_url=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.assets[] | select(.name == "ui-bundle.zip") | .browser_download_url') >> $GITHUB_OUTPUT
28
echo tag_name=$(gh api /repos/spring-io/antora-ui-spring/releases/latest | jq -r '.tag_name') >> $GITHUB_OUTPUT
29
shell: bash
30
+ env:
31
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
- name: Replace Version
33
uses: mikefarah/[email protected]
34
id: replace
0 commit comments