Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsayan authored Dec 27, 2024
1 parent cca2ac5 commit 3cced69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ on:
jobs:
deploy:
name: New release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
environment: wp.org plugin

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Subversion
run: sudo apt-get install subversion

- name: WordPress Plugin Deploy
id: deploy
Expand Down

0 comments on commit 3cced69

Please sign in to comment.