Skip to content

Commit

Permalink
fix: update env varriable usage in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saionaro committed Dec 27, 2020
1 parent 16c7b56 commit 556f586
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 @@ -46,7 +46,7 @@ jobs:
run: npm run compile

- name: Disable Lefthook
run: echo "::set-env name=LEFTHOOK::0"
run: echo "LEFTHOOK=0" >> $GITHUB_ENV

- name: Release
run: npm run release
Expand Down

0 comments on commit 556f586

Please sign in to comment.