fix(build): release condition (#173)
This commit is contained in:
parent
76eca569b3
commit
d975cc7d03
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -164,7 +164,7 @@ jobs:
|
|||||||
name: Deploy Release
|
name: Deploy Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [ build-windows, build-macos, build-linux ]
|
needs: [ build-windows, build-macos, build-linux ]
|
||||||
if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/prod' || github.event.base_ref == 'refs/heads/dev')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
steps:
|
steps:
|
||||||
- name: Download Binaries
|
- name: Download Binaries
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user