Skip to content

Commit 62d20d7

Browse files
authored
Merge pull request #239 from wp-graphql/claude-code
ci: fix deploy-to-wordpress.org.yml
2 parents a6c3a9f + 19c0380 commit 62d20d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-to-wordpress.org.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
tags:
55
- "*"
66
workflow_dispatch:
7+
inputs:
8+
version:
9+
description: 'Version to deploy (e.g., 4.0.9)'
10+
required: true
11+
type: string
712

813
jobs:
914
tag:
@@ -18,4 +23,5 @@ jobs:
1823
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1924
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
2025
SLUG: wpgraphql-ide
26+
VERSION: ${{ github.event.inputs.version }}
2127

0 commit comments

Comments
 (0)