Skip to content

Commit 30601a1

Browse files
authored
ci(release): tag AWS with the ver prefix (#3606)
1 parent cc4d8a1 commit 30601a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
if: ${{ ! inputs.dry_run }}
182182
run: |
183183
# Convert v1.2.3 to ver-1-2-3
184-
VERSION=${RELEASE_VERSION/v/ver-}
184+
VERSION=${RELEASE_VERSION_TAG/v/ver-}
185185
VERSION=${VERSION//./-}
186186
187187
ELASTIC_LAYER_NAME="elastic-apm-java-${VERSION}" .ci/publish-aws.sh

0 commit comments

Comments
 (0)