We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fbd68 commit 7a953fbCopy full SHA for 7a953fb
.github/workflows/publish.yml
@@ -9,10 +9,7 @@ jobs:
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v2
12
- - name: Build
13
- run: |
14
- npm install
15
- npm run build
+
16
- name: WordPress Plugin Deploy
17
id: deploy
18
uses: 10up/action-wordpress-plugin-deploy@stable
@@ -23,6 +20,7 @@ jobs:
23
20
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
24
21
SLUG: simpleanalytics
25
22
ASSETS_DIR: assets
26
- name: Upload release asset
27
uses: actions/upload-release-asset@v1
28
env:
0 commit comments