Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
obiPlabon committed Dec 17, 2024
1 parent 4d284bb commit 443763a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ on:
jobs:
tag:
name: Deploy on new tag
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Install SVN
run: |
apt-get update
apt-get install -y subversion
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit 443763a

Please sign in to comment.