Skip to content

Merge pull request #858 from supertokens/web-js-uri-mocks-for-test #253

Merge pull request #858 from supertokens/web-js-uri-mocks-for-test

Merge pull request #858 from supertokens/web-js-uri-mocks-for-test #253

Workflow file for this run

name: Docs versioning
on:
push: # Trigger the workflow on push events but only for the main branch
branches: [ master ]
jobs:
Tag-And-Release-Docs:
runs-on: ubuntu-latest
environment: Actions
steps:
- uses: actions/checkout@v2
- uses: supertokens/supertokens-github-actions/docs/versioning@master
with:
GITHUB_TOKEN: ${{ secrets.VCS_TOKEN }}