Skip to content

Commit

Permalink
fix(ci): YAML formatting in publish workflow (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jun 12, 2022
1 parent 49b5ce6 commit 01c7d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
restore-keys: |
${{runner.os}}-yarn-
- run:
- name: Publish to the npm registry
run: |
corepack yarn install --immutable
corepack yarn npm publish
env:
Expand Down

0 comments on commit 01c7d63

Please sign in to comment.