Skip to content

Commit

Permalink
fix: Missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
roerohan committed May 1, 2021
1 parent 7464d92 commit 44ee0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Set React environment using current directory
run: echo "PUBLIC_URL=/$(basename $(pwd)" >> $GITHUB_ENV
run: echo "PUBLIC_URL=/$(basename $(pwd))" >> $GITHUB_ENV

- name: npm install, lint
run: |
Expand Down

0 comments on commit 44ee0d7

Please sign in to comment.