Skip to content

Commit 1a95ea6

Browse files
committed
remove styles from release part 2
1 parent 21ddd5f commit 1a95ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm install
2626
npm run build --if-present
2727
mkdir ${{ env.PLUGIN_NAME }}
28-
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
28+
cp main.js manifest.json ${{ env.PLUGIN_NAME }}
2929
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
3030
ls
3131
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"

0 commit comments

Comments
 (0)