We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a1f23 commit 0308476Copy full SHA for 0308476
.github/workflows/ci_cd.yml
@@ -328,6 +328,14 @@ jobs:
328
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
329
skip-existing: false
330
331
+ - name: "Release to GitHub"
332
+ uses: ansys/actions/release-github@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
333
+ with:
334
+ library-name: ${{ env.PACKAGE_NAME }}
335
+ token: ${{ secrets.GITHUB_TOKEN }}
336
+ add-artifact-attestation-notes: true
337
+ changelog-release-notes: true
338
+
339
doc-deploy-dev:
340
name: "Upload developers documentation"
341
runs-on: ubuntu-latest
0 commit comments