Skip to content

Commit

Permalink
Merge pull request #134 from Zemnmez/Zemnmez-patch-3
Browse files Browse the repository at this point in the history
fix broken deploy due to typo
  • Loading branch information
Zemnmez authored May 15, 2022
2 parents 95558eb + 9d433f6 commit 6347d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Deploy
# Use npx to try to generate only
# bazel generated node_modules
run: bazelisk //deploy:deploy
run: bazelisk run //deploy:deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 6347d57

Please sign in to comment.