Skip to content

v2.8.0

v2.8.0 #6

Workflow file for this run

name: Release pipeline
on:
release:
types:
- released
tags:
- 'v*'
jobs:
release:
uses: newrelic/coreint-automation/.github/workflows/reusable_on_release.yaml@v3
with:
integration: f5
tag: ${{ github.event.release.tag_name }}
secrets: inherit