Skip to content

Prerelease pipeline #20

Prerelease pipeline

Prerelease pipeline #20

Workflow file for this run

name: Prerelease pipeline
on:
release:
types:
- prereleased
tags:
- 'v*'
jobs:
pre-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@test-fips-s3-upload-schema
with:
tag: ${{ github.event.release.tag_name }}
integration: "redis"
dest_prefix: "rohan-fips-test-redis/"
secrets: inherit