fix(build): release condition (#173)

This commit is contained in:
Xenxo Espasandín 2024-01-05 20:06:56 +01:00 committed by GitHub
parent 76eca569b3
commit d975cc7d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ jobs:
name: Deploy Release
runs-on: ubuntu-latest
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:
- name: Download Binaries
uses: actions/download-artifact@v3