Skip to content

Commit

Permalink
Merge pull request #211 from WordPress/spotfix/adjust-workflow-steps
Browse files Browse the repository at this point in the history
Add checkout action
  • Loading branch information
felixarntz authored Mar 7, 2022
2 parents 0777cb4 + 53124ec commit 37ad23c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: New Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: WordPress plugin deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
Expand Down

0 comments on commit 37ad23c

Please sign in to comment.