File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -236,9 +236,9 @@ jobs:
236236 # if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
237237 # uses: ansys/actions/release-pypi-public@v6
238238 # with:
239- # library-name: {{ ' ${{ env.DOCUMENTATION_CNAME }}' }}
239+ # library-name: {{ ${{ env.PACKAGE_NAME }} }}
240240 # twine-username: "__token__"
241- # twine-token: {{ ' ${{ secrets.PYPI_TOKEN }}' }}
241+ # twine-token: {{ ${{ secrets.PYPI_TOKEN }} }}
242242
243243 release-github :
244244 name : Release to GitHub
@@ -249,4 +249,4 @@ jobs:
249249 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
250250 uses : ansys/actions/release-github@v6
251251 with :
252- library-name : ${{ env.DOCUMENTATION_CNAME }}
252+ library-name : ${{ env.PACKAGE_NAME }}
Original file line number Diff line number Diff line change 1+ CI: Fix release jobs
You can’t perform that action at this time.
0 commit comments