Skip to content

Commit

Permalink
fix(build): release condition (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Jan 5, 2024
1 parent 76eca56 commit d975cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d975cc7

Please sign in to comment.