Skip to content

Commit 72aa6b1

Browse files
committed
4184: Fixed user in build release action
1 parent 043027d commit 72aa6b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
- docker compose run --rm node yarn install
3333
- docker compose run --rm node yarn build
3434
- docker compose run --rm node rm -rf node_modules
35-
# Ensure everything is owned by runner
36-
- sudo chown -R ${{ COMPOSE_USER }}:${{ COMPOSE_USER }} web
3735
3836
- name: Make assets dir
3937
run: |

0 commit comments

Comments
 (0)