diff --git a/.cruft.json b/.cruft.json index d44c7c0b27..d9465cc978 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/TeoZosa/cookiecutter-cruft-poetry-tox-pre-commit-ci-cd", - "commit": "be6a3ef0e83cf23489f664c68006971d362decfe", + "commit": "d88b3b48d1f5b212b7d6a55243c415b5220bccb9", "context": { "cookiecutter": { "project_name": "Structlog-Sentry-Logger", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1fc5cbd0..39e0871e40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: RELEASE_WORKFLOW_STATUS=$( \ curl -sSL -X GET -G \ -H "Accept: application/vnd.github.v3+json" \ - -d "branch=${GITHUB_REF_SLUG}" \ + -d "branch=${GITHUB_REF_NAME_SLUG}" \ -d "event=push" \ "${WORKFLOW_API_ENDPOINT}" \ | jq -r '.workflow_runs[0].conclusion' \ diff --git a/.readthedocs.yml b/.readthedocs.yml index 798f716232..2ba19295e1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ sphinx: configuration: docs/source/conf.py python: - version: 3.6 + version: 3.8 install: - requirements: docs/requirements.txt - method: pip