Skip to content

Commit

Permalink
Add github workflow for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nkshah2 committed Sep 15, 2023
1 parent d93be98 commit 7466b55
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 }}

0 comments on commit 7466b55

Please sign in to comment.