Skip to content

Commit 3323cd5

Browse files
committed
Fix checkout step in manual deployment workflow to use 'ref' instead of 'tag'
1 parent 3c809e6 commit 3323cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020
with:
21-
tag: ${{ github.event.inputs.tag }}
21+
ref: ${{ github.event.inputs.tag }}
2222

2323
- name: WordPress Plugin Deploy
2424
uses: 10up/action-wordpress-plugin-deploy@stable

0 commit comments

Comments
 (0)