Skip to content

fix(auth): improve token saving and polling logic (#1389) #656

fix(auth): improve token saving and polling logic (#1389)

fix(auth): improve token saving and polling logic (#1389) #656

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: simple
token: ${{ secrets.GITHUB_TOKEN }}