Skip to content

1.0.8 Public Preview #10

1.0.8 Public Preview

1.0.8 Public Preview #10

name: Publish release artifacts to maven repo
on:
release:
types:
- published
jobs:
publish_release_to_maven_central:
name: Publish release artifacts to Maven repos
uses: ./.github/workflows/publish-to-maven.yml
secrets: inherit
with:
apm-repo: 'k2io/newrelic-java-agent'
apm-source-ref: 'csec-dev'
csec-run-unittest: 'true'
csec-run-instrumentation-verify: 'true'
is-release: 'true'
version-suffix: '-public-preview'
slack-notify: 'true'