Skip to content

v2.9.0

v2.9.0 #14

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 }}
upload_fips_packages: true
secrets: inherit