Skip to content

Commit

Permalink
Fix a bug on GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Aug 23, 2024
1 parent 9a7f455 commit 1722eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
echo "compatibleMicronautVersion=$compatibleMicronautVersionValue" >> $GITHUB_ENV
echo "quarkusVersion=$quarkusVersionValue" >> $GITHUB_ENV
echo "tyrusStandaloneClientVersion=$tyrusStandaloneClientVersionValue" >> $GITHUB_ENV
echo "tyrusStandaloneClientV2Version=tyrusStandaloneClientV2VersionValue" >> $GITHUB_ENV
echo "jakartaWebsocketApiVersion=jakartaWebsocketApiVersionValue" >> $GITHUB_ENV
echo "tyrusStandaloneClientV2Version=$tyrusStandaloneClientV2VersionValue" >> $GITHUB_ENV
echo "jakartaWebsocketApiVersion=$jakartaWebsocketApiVersionValue" >> $GITHUB_ENV
- name: Replace placeholders in .md files
run: |
Expand Down

0 comments on commit 1722eaf

Please sign in to comment.