From 824a341ea5872e371e6c366aa6dd72db266e4e23 Mon Sep 17 00:00:00 2001 From: object-Object Date: Sat, 2 Sep 2023 01:20:54 -0400 Subject: [PATCH] [Release] Allow build step to commit changes --- .github/workflows/build_docs.yml | 1 + doc/src/hexdoc/__version__.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 91084df0..1cd6ba3b 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -40,6 +40,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: + contents: write pages: read outputs: diff --git a/doc/src/hexdoc/__version__.py b/doc/src/hexdoc/__version__.py index 503cb36a..2150e998 100644 --- a/doc/src/hexdoc/__version__.py +++ b/doc/src/hexdoc/__version__.py @@ -6,5 +6,5 @@ PY_VERSION = "1.0.dev0" # Everything below this line is completely auto-generated. -GRADLE_VERSION = "0.10.3" -FULL_VERSION = "0.10.3.1.0.dev0" +GRADLE_VERSION = "0.11.1-7" +FULL_VERSION = "0.11.1.1.0rc7.dev0"