Skip to content

Commit

Permalink
switch release workflow to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Sep 25, 2023
1 parent c916229 commit e4b557e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build
id: build
run: |
yarn
yarn run build --if-present
npm run ci
npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp main.js manifest.json styles.css ${{ env.PLUGIN_NAME }}
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit e4b557e

Please sign in to comment.