Skip to content

Commit

Permalink
Merge pull request webui-dev#264 from ttytm/ci/fix-linux-tag-release
Browse files Browse the repository at this point in the history
Fix linux tag release
  • Loading branch information
hassandraga authored Oct 29, 2023
2 parents 9a50369 + 6a862f7 commit 4c3932e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
tag_name: nightly
- name: Release
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')
uses: ncipollo/release-action@v1
with:
artifacts: ${{ env.ARTIFACT }}.tar.gz
Expand Down

0 comments on commit 4c3932e

Please sign in to comment.