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