We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47fedb commit d5707f2Copy full SHA for d5707f2
.github/workflows/main.yml
@@ -77,8 +77,7 @@ jobs:
77
needs: [pre-build, init-kosli]
78
uses: ./.github/workflows/upload-cli-layer.yml
79
with:
80
- # tag: v2.11.2
81
- tag: ${{ needs.pre-build.outputs.tag }}
+ tag: v2.11.2
82
AWS_ACCOUNT_ID: 585008075785
83
AWS_REGION: eu-central-1
84
.github/workflows/upload-cli-layer.yml
@@ -30,11 +30,6 @@ jobs:
30
role-duration-seconds: 2400
31
role-session-name: ${{ github.event.repository.name }}
32
33
- - id: install-aws-cli
34
- uses: unfor19/install-aws-cli-action@v1
35
- with:
36
- version: 2
37
-
38
- name: Upload reporter lambda package
39
id: upload-reporter-lambda-package
40
env:
0 commit comments