Skip to content

Commit

Permalink
ci(release): use the new argument (#3435)
Browse files Browse the repository at this point in the history
pipelineVersion is deprecated
  • Loading branch information
v1v authored Nov 27, 2023
1 parent 681caa3 commit dff526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dff526c

Please sign in to comment.