From c77e1554ed57dac51f792af283c0b969f7cc4735 Mon Sep 17 00:00:00 2001 From: Yurii Shynbuiev - IOHK Date: Thu, 25 Apr 2024 11:10:48 +0700 Subject: [PATCH] ci: add permission to push the tag for semantic-release Signed-off-by: Yurii Shynbuiev - IOHK --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f93df5b17f..30e41094c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true runs-on: ubuntu-latest permissions: - contents: read + contents: write packages: write steps: - uses: actions/checkout@v3