diff --git a/.github/workflows/plugin-updater.yml b/.github/workflows/plugin-updater.yml index 1464c8e..67a913b 100644 --- a/.github/workflows/plugin-updater.yml +++ b/.github/workflows/plugin-updater.yml @@ -4,7 +4,8 @@ on: workflow_dispatch: push: branches: - - main + # - main + - fix_plugin_updater paths: - webcomponents/**.js - webcomponents/**.ts @@ -47,7 +48,7 @@ jobs: pwd ls dist - + git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add dist diff --git a/webcomponents/dist/flow-launcher-docs-web-components.js b/webcomponents/dist/flow-launcher-docs-web-components.js-BLAH similarity index 100% rename from webcomponents/dist/flow-launcher-docs-web-components.js rename to webcomponents/dist/flow-launcher-docs-web-components.js-BLAH