Skip to content

Commit 443763a

Browse files
committed
Updated workflow
1 parent 4d284bb commit 443763a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/wp-deploy.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ on:
66
jobs:
77
tag:
88
name: Deploy on new tag
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@master
12-
- name: Install SVN
13-
run: |
14-
apt-get update
15-
apt-get install -y subversion
1612
- name: WordPress Plugin Deploy
1713
uses: 10up/action-wordpress-plugin-deploy@stable
1814
env:

0 commit comments

Comments
 (0)