Skip to content

Commit 4209331

Browse files
authored
fix: release metrics identifier (#1730)
1 parent 74f647c commit 4209331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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)