We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c832c commit 8fc53b3Copy full SHA for 8fc53b3
.github/workflows/release-plugin.yml
@@ -48,10 +48,3 @@ jobs:
48
asset_name: wpgraphql-ide.zip
49
tag: ${{ format('v{0}', fromJSON(steps.changesets.outputs.publishedPackages)[0].version) }}
50
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