Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH committed Aug 7, 2021
1 parent d36b337 commit 644919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Run tsc, to check if there is error with code
run: yarn tsc
- name: Running build of app
uses: yarn build
run: yarn build
with:
GH_TOKEN: ${{ secrets.github_token }}

0 comments on commit 644919a

Please sign in to comment.