Skip to content

Commit

Permalink
ci: fix release workflow (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborux authored Dec 14, 2022
1 parent dec53f5 commit d6d0757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Release alpha on non-release pushes to main branch
if:
${{ github.ref_name == 'main' && github.actor != 'support-empathy' &&
Expand Down

0 comments on commit d6d0757

Please sign in to comment.