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 667b48b commit 248bd69
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 @@ -89,4 +89,4 @@ jobs:
CLIENT_ID: ${{ secrets.CHROME_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CHROME_CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.CHROME_REFRESH_TOKEN }}
run: bun x chrome-webstore-upload-cli --source={{ needs.pre.outputs.dist_chrome_zip }}
run: bun x chrome-webstore-upload-cli --source=${{ needs.pre.outputs.dist_chrome_zip }}

0 comments on commit 248bd69

Please sign in to comment.