diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06fd976b8..1da67541a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,14 +46,3 @@ jobs: - name: Run Coverage uses: codecov/codecov-action@v3 - - - name: Extract branch name - shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" - id: extract_branch - - - name: Preview semantic-release version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch}} diff --git a/docs/how_tos/caching.rst b/docs/how_tos/caching.rst index 9fee79194..39c7edd96 100644 --- a/docs/how_tos/caching.rst +++ b/docs/how_tos/caching.rst @@ -49,7 +49,7 @@ The examples below demonstrate how to configure commonly used caching behavior o Overriding the request id ========================= -Every request passed through the axios-cache-interceptor interceptor has an id. Each request id is responsible for binding a request to its cache, +Every request passed through the axios-cache-interceptor interceptor has an id. Each request id is responsible for binding a request to its cache for referencing (or invalidating) it later. const { id: requestId} = cachedHttpClient.get('/courses/', {