Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 4c48508

Browse files
committed
workflow: add release action to test workflow
1 parent 5cd68a4 commit 4c48508

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-develop2.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@ jobs:
3232

3333
- name: Run tests
3434
uses: ./.github/actions/tests
35+
36+
- name: Create GitHub Release
37+
uses: ./.github/actions/release
38+
with:
39+
build-config: ${{env.BUILD_CONFIGURATION}}
40+
version-name: ${{env.VERSION}}
41+
prelease: true

0 commit comments

Comments
 (0)