Skip to content

Commit 5f94a07

Browse files
authored
Update ci.yml
1 parent 94ed29a commit 5f94a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Publish Tagged Release
141141
uses: softprops/action-gh-release@v1
142-
#if: startsWith(github.ref, 'refs/tags/') && matrix.package_generator != ''
142+
if: ${{startsWith(github.ref, 'refs/tags/') && matrix.package_generator != ''}}
143143
with:
144144
files: |
145145
build/*-*${{ matrix.build_type }}*-*.*

0 commit comments

Comments
 (0)