Skip to content

Commit 01c7d63

Browse files
authored
fix(ci): YAML formatting in publish workflow (#124)
1 parent 49b5ce6 commit 01c7d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
restore-keys: |
4040
${{runner.os}}-yarn-
4141
42-
- run:
42+
- name: Publish to the npm registry
43+
run: |
4344
corepack yarn install --immutable
4445
corepack yarn npm publish
4546
env:

0 commit comments

Comments
 (0)