From: AsamK Date: Mon, 11 Dec 2023 18:11:26 +0000 (+0100) Subject: Fix release pipeline X-Git-Tag: v0.13.0~64 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/2729772adbf56efa15906d15f49321725ad88547 Fix release pipeline --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af6daab..335f1eec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - v* permissions: - contents: read # to fetch code (actions/checkout) + contents: write # to fetch code (actions/checkout) and create release env: IMAGE_NAME: signal-cli