Skip to content

Commit fffc19e

Browse files
CI: Fix release jobs (#47)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent b848311 commit fffc19e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

doc/changelog.d/47.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CI: Fix release jobs

0 commit comments

Comments
 (0)