Skip to content

Commit 0308476

Browse files
committed
Bump version 0.2.1
1 parent 94a1f23 commit 0308476

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,14 @@ jobs:
328328
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
329329
skip-existing: false
330330

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+
331339
doc-deploy-dev:
332340
name: "Upload developers documentation"
333341
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)