We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffae7ab commit 9a59bc6Copy full SHA for 9a59bc6
.github/workflows/build-release.yml
@@ -65,7 +65,7 @@ jobs:
65
- uses: actions/checkout@v2
66
- name: Set Tag / Branch Name
67
shell: bash
68
- run: export TAG_NAME=${GITHUB_REF#"refs/tags/"}
+ run: echo "TAG_NAME=${GITHUB_REF#'refs/tags/'}" >> $GITHUB_ENV
69
- name: Build Doxygen Docs
70
uses: mattnotmitt/[email protected]
71
- name: Deploy Docs to github-pages
0 commit comments