Skip to content

Commit fbca8d2

Browse files
committed
chore: update release
1 parent 2307679 commit fbca8d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
permissions:
1818
id-token: write # required to use OIDC and retrieve Google Cloud Credentials
1919
contents: write # required for goreleaser
20+
packages: write # to push container images
2021
env:
2122
CHAINLOOP_VERSION: 0.8.89
2223
CHAINLOOP_ROBOT_ACCOUNT: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
@@ -26,7 +27,7 @@ jobs:
2627
- name: Install Cosign
2728
uses: sigstore/cosign-installer@v2.5.0
2829

29-
- name: Install ChainLoop
30+
- name: Install Chainloop
3031
run: |
3132
curl -sfL https://chainloop.dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
3233

0 commit comments

Comments
 (0)