We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d29189 commit f0f2504Copy full SHA for f0f2504
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
yarn install
28
yarn compile
29
mkdir ${{ env.PLUGIN_NAME }}
30
- cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
+ cp main.js manifest.json ${{ env.PLUGIN_NAME }}
31
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
32
ls
33
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
styles.css
0 commit comments