mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
7 lines
216 B
YAML
7 lines
216 B
YAML
name: Build Release
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: Build Release
|
|
shell: bash
|
|
run: ./gradlew -PdeploymentRepository=$(pwd)/deployment-repository publishAllPublicationsToDeploymentRepository |