Skip to content

Commit ea5da44

Browse files
authored
Merge pull request #886 from ansys/fix/release_github_action
Fix the release-github action
1 parent e9621b2 commit ea5da44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,10 @@ jobs:
569569
twine-token: ${{ secrets.PYPI_TOKEN }}
570570

571571
- name: Release to GitHub
572-
uses: ansys/actions/release-github@v8
572+
uses: ansys/actions/release-github@v10
573573
with:
574574
library-name: ${{ env.PACKAGE_NAME }}
575+
token: ${{ secrets.GITHUB_TOKEN }}
575576

576577
upload_docs_dev:
577578
name: "Upload dev documentation"

0 commit comments

Comments
 (0)