Skip to content

Merge pull request #323 from newrelic/enhancments/websphere-lib-NR-30… #77

Merge pull request #323 from newrelic/enhancments/websphere-lib-NR-30…

Merge pull request #323 from newrelic/enhancments/websphere-lib-NR-30… #77

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'