We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd216a commit f80f36aCopy full SHA for f80f36a
.github/workflows/release-step-3.yml
@@ -123,10 +123,10 @@ jobs:
123
needs:
124
- validate-tag
125
steps:
126
- - uses: elastic/apm-pipeline-library/.github/actions/await-maven-artifact@current
+ - uses: elastic/oblt-actions/maven/await-artifact@v1
127
with:
128
- groupid: 'co.elastic.logging'
129
- artifactid: 'ecs-logging-core'
+ group-id: 'co.elastic.logging'
+ artifact-id: 'ecs-logging-core'
130
version: ${{ inputs.version }}
131
132
create-github-release:
0 commit comments