Skip to content

Commit 195a6d1

Browse files
committed
Set env variable to project number
1 parent 538cce9 commit 195a6d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@ jobs:
106106
working-directory: doc
107107

108108
- name: Set a project number to current release
109-
run: export PROJECT_NUMBER=$(git describe --tags --abbrev=0)
109+
run: |
110+
export PROJECT_NUMBER=$(git describe --tags --abbrev=0)
111+
112+
echo PROJECT_NUMBER=${PROJECT_NUMBER}
113+
echo "PROJECT_NUMBER=$PROJECT_NUMBER" >> $GITHUB_ENV
110114
111115
# https://github.com/marketplace/actions/doxygen-action
112116
- name: Build backend docs

0 commit comments

Comments
 (0)