Skip to content

Commit eae42d7

Browse files
committed
update docs workflow
1 parent ff15f47 commit eae42d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Read the tag name
4848
id: get_tag_name
4949
if: startsWith(github.ref, 'refs/tags/')
50-
run: echo "TAG_NAME=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_STATE
50+
run: echo "{TAG_NAME}=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_STATE
5151

5252
# This is for a tagged version
5353
- name: Create a new version of documentation and push to GH pages.

0 commit comments

Comments
 (0)