Skip to content

v1.12.5

v1.12.5 #12

Workflow file for this run

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