From a8de9441d39fffa5ca28dbe427bd4c3e0adce24c Mon Sep 17 00:00:00 2001 From: Ananth Bhaskararaman Date: Sun, 14 Jul 2024 12:48:30 +0530 Subject: [PATCH] fix: Release workflow yaml syntax --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc7808a..0168cd0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: name: Release binaries and container images runs-on: ubuntu-latest - permissions: - contents: write - packages: write + permissions: + contents: write + packages: write steps: - uses: actions/checkout@v4