We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495e877 commit 484c643Copy full SHA for 484c643
.github/workflows/tagged_release.yml
@@ -37,6 +37,9 @@ jobs:
37
echo "tagVersion=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
38
yq eval -i '.version = "${{ env.tagVersion }}"' documentation/js-sdk-guide/antora.yml
39
40
+ - name: Set antora version
41
+ run: yq eval -i '.version = env.TAGVERSION' documentation/js-sdk-guide/antora.yml
42
+
43
- name: Install Dependencies
44
run: npm install
45
documentation/js-sdk-guide/antora.yml
@@ -1,6 +1,6 @@
1
name: js-sdk-guide
2
title: JavaScript SDK
3
-version: main
+version: master
4
start_page: ROOT:index.adoc
5
nav:
6
- modules/ROOT/nav.adoc
0 commit comments