Add workflow to release from GitHub Actions
Co-Authored-By: Moritz Halbritter <moritz.halbritter@broadcom.com> Closes gh-40407
This commit is contained in:
7
.github/workflows/verify.yml
vendored
7
.github/workflows/verify.yml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
version:
|
||||
required: true
|
||||
type: string
|
||||
staging:
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
jobs:
|
||||
verify:
|
||||
name: Verify
|
||||
@@ -41,6 +45,9 @@ jobs:
|
||||
env:
|
||||
RVT_VERSION: ${{ inputs.version }}
|
||||
RVT_RELEASE_TYPE: oss
|
||||
RVT_STAGING: ${{ inputs.staging }}
|
||||
RVT_OSS_REPOSITORY_USERNAME: ${{ inputs.repository-username }}
|
||||
RVT_OSS_REPOSITORY_PASSWORD: ${{ inputs.repository-password }}
|
||||
run: ./gradlew spring-boot-release-verification-tests:test
|
||||
- name: Upload Build Reports on Failure
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user