Skip to content

Commit 8365bf4

Browse files
committed
fix: release metrics identifier
1 parent cec9482 commit 8365bf4

File tree

2 files changed

+783
-1
lines changed

2 files changed

+783
-1
lines changed

.github/workflows/release-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_REPOSITORY: ${{ github.repository }}
2020
UPLOAD: 'true'
2121
RELEASE_METRICS: 'true'
22-
IDENTIFIER: 'null' # Only needed for pull requests
22+
IDENTIFIER: ${{ github.ref_name }}
2323
uses: aws-actions/aws-codebuild-run-build@v1
2424
with:
2525
project-name: aws-sdk-kotlin-service-build

0 commit comments

Comments
 (0)