Skip to content

Commit 6a862f7

Browse files
committed
Fix linux tag release
1 parent 9a50369 commit 6a862f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
tag_name: nightly
114114
- name: Release
115-
if: github.ref_name == 'main' && (github.ref_type == 'tag' || github.event_name == 'push')
115+
if: github.ref_type == 'tag' || (github.ref_name == 'main' && github.event_name == 'push')
116116
uses: ncipollo/release-action@v1
117117
with:
118118
artifacts: ${{ env.ARTIFACT }}.tar.gz

0 commit comments

Comments
 (0)