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.
1 parent 9a50369 commit 6a862f7Copy full SHA for 6a862f7
.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