We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a50369 + 6a862f7 commit 4c3932eCopy full SHA for 4c3932e
.github/workflows/linux.yml
@@ -112,7 +112,7 @@ jobs:
112
with:
113
tag_name: nightly
114
- name: Release
115
- if: github.ref_name == 'main' && (github.ref_type == 'tag' || github.event_name == 'push')
+ if: github.ref_type == 'tag' || (github.ref_name == 'main' && github.event_name == 'push')
116
uses: ncipollo/release-action@v1
117
118
artifacts: ${{ env.ARTIFACT }}.tar.gz
0 commit comments