Add Develocity support to the project

This commit is contained in:
Artem Bilan
2024-10-16 15:40:09 -04:00
parent 76b41e8dac
commit 50e7d82dc6
4 changed files with 20 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ permissions:
actions: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
jobs:
build-and-deploy-snapshot:
if: ${{ github.repository == 'spring-projects/spring-retry' }}

View File

@@ -5,6 +5,10 @@ on:
- v2.0.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
jobs:
build-and-stage-release:
if: ${{ github.repository == 'spring-projects/spring-retry' }}