Skip to content

Commit d5707f2

Browse files
committed
use v2.11.2 tag
1 parent d47fedb commit d5707f2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
needs: [pre-build, init-kosli]
7878
uses: ./.github/workflows/upload-cli-layer.yml
7979
with:
80-
# tag: v2.11.2
81-
tag: ${{ needs.pre-build.outputs.tag }}
80+
tag: v2.11.2
8281
AWS_ACCOUNT_ID: 585008075785
8382
AWS_REGION: eu-central-1
8483

.github/workflows/upload-cli-layer.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
role-duration-seconds: 2400
3131
role-session-name: ${{ github.event.repository.name }}
3232

33-
- id: install-aws-cli
34-
uses: unfor19/install-aws-cli-action@v1
35-
with:
36-
version: 2
37-
3833
- name: Upload reporter lambda package
3934
id: upload-reporter-lambda-package
4035
env:

0 commit comments

Comments
 (0)