Skip to content

fix: Fixed oauth2 redirect bug for versioned routes #44

fix: Fixed oauth2 redirect bug for versioned routes

fix: Fixed oauth2 redirect bug for versioned routes #44

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- env:
GITHUB_TOKEN: ${{ secrets.CLI_PAT }}
run: pnpm run release