Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7a3e7a8

Browse files
committed
add missing step for checking out code from tag
1 parent ca9f7f4 commit 7a3e7a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wordpress-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: New Release
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v2
1012
- name: WordPress Plugin Deploy
1113
id: deploy
1214
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)