We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538cce9 commit 3315fb3Copy full SHA for 3315fb3
.github/workflows/build-sphinx.yml
@@ -106,7 +106,9 @@ jobs:
106
working-directory: doc
107
108
- name: Set a project number to current release
109
- run: export PROJECT_NUMBER=$(git describe --tags --abbrev=0)
+ uses: trevorlloydelliott/set-environment-variables@v1.0.0
110
+ with:
111
+ PROJECT_NUMBER: "$(git describe --tags --abbrev=0)"
112
113
# https://github.com/marketplace/actions/doxygen-action
114
- name: Build backend docs
0 commit comments