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 2cce4be commit 6c6514aCopy full SHA for 6c6514a
.github/workflows/documentation.yaml
@@ -38,4 +38,5 @@ jobs:
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
40
publish_dir: ./build/doxygen/html
41
- tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }} tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
+ tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
42
+ tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
0 commit comments