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

Commit 352a9f5

Browse files
committed
Create release on tags.
1 parent 4982849 commit 352a9f5

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868

6969
release:
7070
needs: [build]
71-
# if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'push'
72-
if: github.event_name == 'push'
71+
if: startsWith(github.ref, 'refs/tags/v') && github.event_name == 'push'
7372
runs-on: ubuntu-24.04
7473
steps:
7574
- uses: actions/checkout@v6
@@ -93,9 +92,9 @@ jobs:
9392
- name: List artifacts
9493
run: ls -R artifacts
9594

96-
# - name: Create Release
97-
# uses: softprops/action-gh-release@v2
98-
# with:
99-
# draft: true
100-
# files: artifacts/*
101-
# fail_on_unmatched_files: true
95+
- name: Create Release
96+
uses: softprops/action-gh-release@v2
97+
with:
98+
draft: true
99+
files: artifacts/*
100+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)