Skip to content

Commit

Permalink
Re-enable BOM sync
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 20, 2023
1 parent b3e40b5 commit b9aa09f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
strategy:
matrix:
repository:
# until all projects are migrated to Micronaut 4.xtil
# - agorapulse/agorapulse-bom
- agorapulse/agorapulse-bom
- agorapulse/agorapulse-oss
steps:
- uses: actions/checkout@v1
Expand All @@ -56,4 +55,4 @@ jobs:
token: ${{ secrets.AGORAPULSE_BOT_PERSONAL_TOKEN }}
repository: ${{ matrix.repository }}
event-type: ap-new-version-released-event
client-payload: '{ "group": "com.agorapulse", "module": "micronaut-facebook-sdk", "version": "${{ steps.version.outputs.tag }}", "property" : "micronaut.facebook.sdk.version", "github" : ${{ toJson(github) }} }'
client-payload: '{ "group": "com.agorapulse", "module": "micronaut-facebook-sdk", "micronautCompatibility": [4], "version": "${{ steps.version.outputs.tag }}", "property" : "micronaut.facebook.sdk.version", "github" : ${{ toJson(github) }} }'

0 comments on commit b9aa09f

Please sign in to comment.