Skip to content

Merge pull request #361 from newrelic/fix/cyclonedx-failure #93

Merge pull request #361 from newrelic/fix/cyclonedx-failure

Merge pull request #361 from newrelic/fix/cyclonedx-failure #93

name: Publish artifacts from main to maven snapshot repo
on:
push:
branches: [ main ]
jobs:
publish_snapshots_to_maven_central:
name: Publish snapshot 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: 'false'
version-suffix: ''
slack-notify: 'false'