Skip to content

Commit 1fab9ab

Browse files
committed
- revert workflow
1 parent 9e441ee commit 1fab9ab

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Deploy to WordPress.org
22
on:
33
release:
44
types: [ published ]
5-
workflow_dispatch:
6-
inputs:
7-
tag:
8-
description: 'Tag to deploy'
9-
required: true
10-
default: 'latest'
115

126
jobs:
137
tag:
@@ -16,8 +10,6 @@ jobs:
1610
steps:
1711
- name: Checkout
1812
uses: actions/checkout@v4
19-
with:
20-
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.ref_name }}
2113

2214
- name: Setup PHP
2315
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)