Skip to content

Commit 25f79fc

Browse files
committed
The final mismatch
1 parent a6106cd commit 25f79fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meta-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ jobs:
102102
uses: softprops/action-gh-release@v1
103103
with:
104104
repository: ${{ secrets.META_PACKAGE }}
105-
token: ${{ needs.generate-token.outputs.token }}
106-
body: WordPress ${{ steps.sync.outputs.latest-release }}
105+
token: ${{ steps.generate-token.outputs.token }}
106+
body: WordPress ${{ needs.sync.outputs.latest-release }}
107107
tag_name: ${{ needs.sync.outputs.latest-release }}

0 commit comments

Comments
 (0)