Skip to content

Commit

Permalink
Only package js/css/md between publish stages
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Aug 5, 2022
1 parent ffcf74c commit 8cf2f8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -33,8 +33,10 @@ jobs:
with:
name: checkout
path: |
checkout
!checkout/**/node_modules/*
checkout/*/README.md
checkout/*/CHANGELOG.md
checkout/*/extension.js
checkout/*/extension.css
publish:
needs: build
Expand Down

0 comments on commit 8cf2f8b

Please sign in to comment.