From 99febc82163da8fba09ef0b13a9c1a8f3c29e8df Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:25:11 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4cf4234..9b63f7a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,6 +26,8 @@ jobs: create_release: needs: build runs-on: ubuntu-latest + permissions: + contents: write # This line gives the token permission to create releases steps: - uses: actions/checkout@v3 - name: Generate tag