Skip to content

Commit f741ec0

Browse files
committed
chore: bump chainloop-cli
1 parent adb48df commit f741ec0

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Install Chainloop
2121
run: |
2222
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
23-
sudo install chainloop /usr/local/bin
24-
chainloop version
2523
2624
- name: Checkout
2725
uses: actions/checkout@v3
@@ -95,5 +93,5 @@ jobs:
9593
run: |
9694
chainloop attestation reset --trigger cancellation
9795
env:
98-
CHAINLOOP_VERSION: 0.8.58
96+
CHAINLOOP_VERSION: 0.8.70
9997
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

chainloop-demo/github-workflow/release.v1.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Install Chainloop
2121
run: |
2222
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
23-
sudo install chainloop /usr/local/bin
24-
chainloop version
2523
2624
- name: Checkout
2725
uses: actions/checkout@v3
@@ -83,5 +81,5 @@ jobs:
8381
run: |
8482
chainloop attestation reset --trigger cancellation
8583
env:
86-
CHAINLOOP_VERSION: 0.8.58
84+
CHAINLOOP_VERSION: 0.8.70
8785
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

chainloop-demo/github-workflow/release.v2.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- name: Install Chainloop
2121
run: |
2222
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
23-
sudo install chainloop /usr/local/bin
24-
chainloop version
2523
2624
- name: Checkout
2725
uses: actions/checkout@v3
@@ -95,5 +93,5 @@ jobs:
9593
run: |
9694
chainloop attestation reset --trigger cancellation
9795
env:
98-
CHAINLOOP_VERSION: 0.8.58
96+
CHAINLOOP_VERSION: 0.8.70
9997
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}

0 commit comments

Comments
 (0)