fix: remove redundant steps from release workflow

This commit is contained in:
exoticknight 2025-01-28 01:01:57 +08:00
parent ed8cc64fb3
commit 85d4356d3b

View file

@ -40,9 +40,6 @@ jobs:
# Build and zip release
npm install
npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp main.js manifest.json ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
- name: Commit version changes
uses: EndBug/add-and-commit@v9