Skip to content

Commit 8fc53b3

Browse files
committed
Update release-plugin.yml
1 parent 74c832c commit 8fc53b3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release-plugin.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,3 @@ jobs:
4848
asset_name: wpgraphql-ide.zip
4949
tag: ${{ format('v{0}', fromJSON(steps.changesets.outputs.publishedPackages)[0].version) }}
5050
overwrite: true
51-
52-
- name: Trigger WordPress.org deployment
53-
if: steps.changesets.outputs.published == 'true'
54-
run: |
55-
gh workflow run deploy-to-wordpress.org.yml
56-
env:
57-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)