Skip to content

Commit

Permalink
ci(release): tag AWS with the ver prefix (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Apr 29, 2024
1 parent cc4d8a1 commit 30601a1
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 @@ -181,7 +181,7 @@ jobs:
if: ${{ ! inputs.dry_run }}
run: |
# Convert v1.2.3 to ver-1-2-3
VERSION=${RELEASE_VERSION/v/ver-}
VERSION=${RELEASE_VERSION_TAG/v/ver-}
VERSION=${VERSION//./-}
ELASTIC_LAYER_NAME="elastic-apm-java-${VERSION}" .ci/publish-aws.sh
Expand Down

0 comments on commit 30601a1

Please sign in to comment.