Skip to content

Commit 3c809e6

Browse files
authored
Update manual-deploy-release.yml
1 parent 8831e4a commit 3c809e6

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-
ref: ${{ github.event.inputs.tag }}
21+
tag: ${{ github.event.inputs.tag }}
2222

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

0 commit comments

Comments
 (0)