diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0acd98d..978626e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,3 +137,4 @@ jobs: gh "${args[@]}" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} diff --git a/pyproject.toml b/pyproject.toml index 129ce59..2d4705f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "splinter3d_style" -version = "0.2.0" +version = "0.2.0rc2" description = "A style checker for Splinter3D projects." readme = ".github/README.md" requires-python = ">=3.10,<4.0"