diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dee794..cbfe5cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,6 @@ jobs: if: github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication commit_message: "Update CHANGELOG for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "CHANGELOG.md" @@ -105,7 +104,6 @@ jobs: - name: Commit Updated pyproject.toml uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication commit_message: "Update pyproject.toml for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "pyproject.toml" diff --git a/pyproject.toml b/pyproject.toml index e893a8c..f753d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.208" +version = "0.4.0-preview.216" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0-preview.208" +version = "0.4.0-preview.216" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md"