Skip to content

Merge pull request #311 from newrelic/snapshot-remove-NR-297214 #96

Merge pull request #311 from newrelic/snapshot-remove-NR-297214

Merge pull request #311 from newrelic/snapshot-remove-NR-297214 #96

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'