File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ jobs:
189189 runs-on : " ubuntu-24.04"
190190 # yamllint disable-line rule:quoted-strings
191191 if : startsWith(github.ref, 'refs/tags/v')
192+ env :
193+ INVOKE_NETUTILS_LOCAL : " True"
192194 steps :
193195 - name : " Check out repository code"
194196 uses : " actions/checkout@v4"
@@ -202,8 +204,6 @@ jobs:
202204 run : " echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV"
203205 - name : " Run Poetry Version"
204206 run : " poetry version $RELEASE_VERSION"
205- - name : " Build Documentation"
206- run : " poetry run invoke build-and-check-docs"
207207 - name : " Run Poetry Build"
208208 run : " poetry build"
209209 - name : " Upload binaries to release"
Original file line number Diff line number Diff line change 1+ Fix the GitHub release failures occurring in CI.
You can’t perform that action at this time.
0 commit comments