Skip to content

Commit 6c6514a

Browse files
committed
fix typing error
1 parent 2cce4be commit 6c6514a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
publish_dir: ./build/doxygen/html
41-
tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }} tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'
41+
tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
42+
tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'

0 commit comments

Comments
 (0)