mirror of
https://github.com/exoticknight/quick-nav.git
synced 2026-07-22 05:37:37 +00:00
fix: remove redundant steps from release workflow
This commit is contained in:
parent
ed8cc64fb3
commit
85d4356d3b
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue