We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs
1 parent 3d49cc1 commit 87ae04eCopy full SHA for 87ae04e
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
npm run build
34
npm prune --omit=dev
35
- name: Package
36
- run: zip -r Flow.Launcher.Plugin.Formatter.zip . -x '*.git*' -x 'src/*' -x 'README.md' -x 'tsconfig.json' -x '.prettierrc'
+ run: zip -r Flow.Launcher.Plugin.Formatter.zip . -x '*.git*' -x 'src/*' -x 'docs/*' -x 'README.md' -x 'tsconfig.json' -x '.prettierrc'
37
- name: Publish
38
uses: softprops/action-gh-release@v2
39
with:
0 commit comments