Skip to content

Prerelease pipeline

Prerelease pipeline #6

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@v3
with:
tag: ${{ github.event.release.tag_name }}
integration: "mssql"
secrets: inherit