From d2377ccd83a1ada0a272f9c9409820362795080a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 22 Nov 2023 12:09:22 +0100 Subject: [PATCH] ci(release): use the new argument pipelineVersion is deprecated --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b84073b3b6..5f80c6475dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} pipeline: apm-agent-java-release - pipelineVersion: ${{ env.TAG_NAME }} + pipelineCommit: ${{ env.TAG_NAME }} waitFor: true printBuildLogs: false # The action fails with .github/actions/buildkite/run.sh: line 24: 3: parameter missing.