Skip to content

Commit c7c5cdb

Browse files
authored
add release
1 parent baef9dd commit c7c5cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
tag_name: ${{ github.ref_name }}
6060
release_name: ${{ github.ref_name }}
61-
draft: ${{ contains( github.ref_name, 'rc') }}
61+
draft: ${{ contains( github.ref_name, 'main') }}
6262
prerelease: false
6363
- name: Upload artifact
6464
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)