From ec18dade06f4ac5412e6829756428bd681b4832d Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Sat, 24 Feb 2024 03:57:46 -0500 Subject: [PATCH] Allow release action to tag and release --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6881c586..1d44348e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,8 +12,11 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write + issues: read + packages: write + pull-requests: write steps: - name: Checkout Repo uses: actions/checkout@v4