Skip to content

Commit 9a59bc6

Browse files
committed
Set environment variable the proper way
1 parent ffae7ab commit 9a59bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v2
6666
- name: Set Tag / Branch Name
6767
shell: bash
68-
run: export TAG_NAME=${GITHUB_REF#"refs/tags/"}
68+
run: echo "TAG_NAME=${GITHUB_REF#'refs/tags/'}" >> $GITHUB_ENV
6969
- name: Build Doxygen Docs
7070
uses: mattnotmitt/[email protected]
7171
- name: Deploy Docs to github-pages

0 commit comments

Comments
 (0)