Skip to content

Commit

Permalink
re-enable sync with BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 20, 2023
1 parent 2e7b1b1 commit 3fc2e9f
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 @@ -40,8 +40,7 @@ jobs:
strategy:
matrix:
repository:
# Until everything is migrated to Micronaut 4.x
# - agorapulse/agorapulse-bom
- agorapulse/agorapulse-bom
- agorapulse/agorapulse-oss
steps:
- uses: actions/checkout@v1
Expand All @@ -54,4 +53,4 @@ jobs:
token: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
repository: ${{ matrix.repository }}
event-type: ap-new-version-released-event
client-payload: '{ "group": "com.agorapulse", "module": "micronaut-log4aws", "version": "${{ steps.version.outputs.tag }}", "property" : "micronaut.log4aws.version", "github" : ${{ toJson(github) }} }'
client-payload: '{ "group": "com.agorapulse", "module": "micronaut-log4aws", "micronautCompatibility": [4], "version": "${{ steps.version.outputs.tag }}", "property" : "micronaut.log4aws.version", "github" : ${{ toJson(github) }} }'

0 comments on commit 3fc2e9f

Please sign in to comment.