We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aeec6 commit 2aff6e4Copy full SHA for 2aff6e4
1 file changed
.github/workflows/release.yml
@@ -45,4 +45,4 @@ jobs:
45
token: ${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }}
46
repository: ${{ matrix.repository }}
47
event-type: ap-new-version-released-event
48
- client-payload: '{ "group": "com.agorapulse.testing", "module": "testing-libraries", "version": "${{ github.ref_name }}", "property" : "testing.libraries.version", "github" : ${{ toJson(github) }} }'
+ client-payload: '{ "group": "com.agorapulse.testing", "module": "testing-libraries", "micronautCompatibility": [4], "version": "${{ github.ref_name }}", "property" : "testing.libraries.version", "github" : ${{ toJson(github) }} }'
0 commit comments