Skip to content

Commit 18bb625

Browse files
committed
add github actions
1 parent ce2a12d commit 18bb625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
tag_name: ${{ github.ref_name }}
2222
release_name: ${{ github.ref_name }}
23-
draft: ${{ contains( github.ref_name, 'rc' }}
23+
draft: ${{ contains( github.ref_name, 'rc') }}
2424
prerelease: false
2525
- name: Create artifact files
2626
run: |

0 commit comments

Comments
 (0)