Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmnbom committed Jul 28, 2024
1 parent 09543ae commit 9877d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
chrome:
runs-on: ubuntu-latest
needs: [pre, build]
if: !needs.pre.outputs.is_prerelease
if: ${{ !needs.pre.outputs.is_prerelease }}

steps:
- uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 9877d88

Please sign in to comment.