[Release] Allow build step to commit changes

This commit is contained in:
object-Object 2023-09-02 01:20:54 -04:00
parent 62491380e8
commit 824a341ea5
2 changed files with 3 additions and 2 deletions

View file

@ -40,6 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
pages: read
outputs:

View file

@ -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"