Skip to content

Commit 9fe9b16

Browse files
committed
another CI doc deployment fix
1 parent 4d3f9a6 commit 9fe9b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Rebuild documentation for tagged release
164164
env:
165-
TAGNAME: ${{ steps.vars.outputs.tag }}
165+
TAGNAME: ${{github.ref_name}}
166166
if: matrix.gcc_v == 7 && startsWith(github.ref, 'refs/tags/')
167167
run: |
168168
echo ${TAGNAME}

0 commit comments

Comments
 (0)