From 4dc6d5bf937ff5c03f53cc95bd403b0213907b87 Mon Sep 17 00:00:00 2001 From: Alessandro Yuichi Okimoto Date: Thu, 22 Jun 2023 17:59:20 +0900 Subject: [PATCH] ci: fix version not being updated --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8575a870..e4fb9c4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,13 @@ on: jobs: release: + + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v3 - uses: google-github-actions/release-please-action@51ee8ae2605bd5ce1cfdcc5938684908f1cd9f69 # v3.7.9