Skip to content

Commit

Permalink
fixed module name in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 26, 2022
1 parent 0b631ef commit f13b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }} }'

0 comments on commit f13b651

Please sign in to comment.