Skip to content

Commit fddccdc

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ 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+
uses: trevorlloydelliott/set-environment-variables@latest
110+
with:
111+
PROJECT_NUMBER: "$(git describe --tags --abbrev=0)"
110112

111113
# https://github.com/marketplace/actions/doxygen-action
112114
- name: Build backend docs

0 commit comments

Comments
 (0)