Skip to content

Prerelease pipeline #10

Prerelease pipeline

Prerelease pipeline #10

Workflow file for this run

name: Prerelease pipeline
on:
release:
types:
- prereleased
tags:
- 'v*'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INTEGRATION: "elasticsearch"
ORIGINAL_REPO_NAME: ${{ github.event.repository.full_name }}
REPO_FULL_NAME: ${{ github.event.repository.full_name }}
TAG: ${{ github.event.release.tag_name }}
jobs:
pre-release:
uses: newrelic/coreint-automation/.github/workflows/reusable_pre_release.yaml@v3
with:
tag: ${{ github.event.release.tag_name }}
integration: "elasticsearch"
secrets: inherit