Fiw action
This commit is contained in:
parent
371568aeb7
commit
5951329eb7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
npm install
|
||||
npm run build --if-present
|
||||
mkdir ${{ env.PLUGIN_NAME }}
|
||||
cp dist/main.js manifest.json styles.css README.md ${{ env.PLUGIN_NAME }}
|
||||
cp dist/main.js manifest.json README.md ${{ env.PLUGIN_NAME }}
|
||||
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
|
||||
ls
|
||||
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
|
||||
|
|
Loading…
Reference in a new issue