We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f647c commit 4209331Copy full SHA for 4209331
.github/workflows/release-metrics.yml
@@ -19,7 +19,7 @@ jobs:
19
GITHUB_REPOSITORY: ${{ github.repository }}
20
UPLOAD: 'true'
21
RELEASE_METRICS: 'true'
22
- IDENTIFIER: 'null' # Only needed for pull requests
+ IDENTIFIER: ${{ github.ref_name }}
23
uses: aws-actions/aws-codebuild-run-build@v1
24
with:
25
project-name: aws-sdk-kotlin-service-build
0 commit comments