Skip to content

Commit

Permalink
ci: chown
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Sep 7, 2022
1 parent d74769c commit ba4ea6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
${{ runner.os }}-yarn-v1-
continue-on-error: true

# fixes permission issues on docker
- name: Chown workspace
run: chown -R $(whoami) .

- name: Install dependencies
run: yarn --prefer-offline --no-audit

Expand Down

0 comments on commit ba4ea6c

Please sign in to comment.