Skip to content

Commit 36a0208

Browse files
authored
Update push-deploy.yml
Signed-off-by: Chris Vancoillie <chris@lightspeedwp.agency>
1 parent b8db766 commit 36a0208

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/push-deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
name: New tag
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
12-
- name: Build
13-
run: |
14-
npm install
15-
npm run build
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
1614
- name: WordPress Plugin Deploy
1715
uses: 10up/action-wordpress-plugin-deploy@stable
1816
env:

0 commit comments

Comments
 (0)