Skip to content

Commit

Permalink
build: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Nov 9, 2024
1 parent dfbce74 commit 79347c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

release-cloudflare:
needs: [release-frontend, release-github]
needs: [build-frontend, release-github]
if: needs.determine-release.outputs.release_needed == 'true'
runs-on: ubuntu-latest
environment: production
Expand Down

0 comments on commit 79347c0

Please sign in to comment.