Skip to content

feat(docs): update authorization docs and change preferred auth (#1652) #99

feat(docs): update authorization docs and change preferred auth (#1652)

feat(docs): update authorization docs and change preferred auth (#1652) #99

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: npm ci
- name: Run semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}