Skip to content

Commit 7a953fb

Browse files
committed
Remove npm install from publish file
1 parent 86fbd68 commit 7a953fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12-
- name: Build
13-
run: |
14-
npm install
15-
npm run build
12+
1613
- name: WordPress Plugin Deploy
1714
id: deploy
1815
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -23,6 +20,7 @@ jobs:
2320
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
2421
SLUG: simpleanalytics
2522
ASSETS_DIR: assets
23+
2624
- name: Upload release asset
2725
uses: actions/upload-release-asset@v1
2826
env:

0 commit comments

Comments
 (0)