Skip to content

Commit 4c3932e

Browse files
authored
Merge pull request #264 from ttytm/ci/fix-linux-tag-release
Fix linux tag release
2 parents 9a50369 + 6a862f7 commit 4c3932e

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)