Skip to content

Commit 1722eaf

Browse files
committed
Fix a bug on GH Actions workflow
1 parent 9a7f455 commit 1722eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
echo "compatibleMicronautVersion=$compatibleMicronautVersionValue" >> $GITHUB_ENV
5757
echo "quarkusVersion=$quarkusVersionValue" >> $GITHUB_ENV
5858
echo "tyrusStandaloneClientVersion=$tyrusStandaloneClientVersionValue" >> $GITHUB_ENV
59-
echo "tyrusStandaloneClientV2Version=tyrusStandaloneClientV2VersionValue" >> $GITHUB_ENV
60-
echo "jakartaWebsocketApiVersion=jakartaWebsocketApiVersionValue" >> $GITHUB_ENV
59+
echo "tyrusStandaloneClientV2Version=$tyrusStandaloneClientV2VersionValue" >> $GITHUB_ENV
60+
echo "jakartaWebsocketApiVersion=$jakartaWebsocketApiVersionValue" >> $GITHUB_ENV
6161
6262
- name: Replace placeholders in .md files
6363
run: |

0 commit comments

Comments
 (0)