From f13b651f0c2c7cf35550c2e470a61a349c00cbb3 Mon Sep 17 00:00:00 2001 From: Vladimir Orany Date: Wed, 26 Jan 2022 11:19:47 +0100 Subject: [PATCH] fixed module name in release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fda95c..a49b504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,4 +68,4 @@ jobs: token: ${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }} repository: ${{ matrix.repository }} event-type: ap-new-version-released-event - client-payload: '{ "group": "com.agorapulse", "module": "notification", "version": "${{ steps.version.outputs.tag }}-micornaut-1.0", "property" : "micronaut.facebook.sdk.version", "github" : ${{ toJson(github) }} }' + client-payload: '{ "group": "com.agorapulse", "module": "micronaut-facebook-sdk", "version": "${{ steps.version.outputs.tag }}-micornaut-1.0", "property" : "micronaut.facebook.sdk.version", "github" : ${{ toJson(github) }} }'