diff --git a/.github/workflows/components.publish.yml b/.github/workflows/components.publish.yml index 7d6a45460..37e722a84 100644 --- a/.github/workflows/components.publish.yml +++ b/.github/workflows/components.publish.yml @@ -39,7 +39,7 @@ jobs: git_user_signingkey: true git_commit_gpgsign: true - run: | - node scripts/package-components.mjs - git add dist - git commit -m 'chore(release): components' - git push -u origin HEAD \ No newline at end of file + node scripts/package-components.mjs + git add dist + git commit -m 'chore(release): components' + git push -u origin HEAD \ No newline at end of file