Skip to content

Commit ce03d3c

Browse files
authored
Update ghcr.yml
1 parent 1136366 commit ce03d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghcr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
node-version: 16
3131
cache: 'yarn'
32-
run: yarn install
33-
run: yarn build
32+
- run: yarn install
33+
- run: yarn build
3434
- uses: docker/[email protected]
3535
with:
3636
context: .

0 commit comments

Comments
 (0)