Skip to content

Release v0.3.1 [livekit] (#41) #10

Release v0.3.1 [livekit] (#41)

Release v0.3.1 [livekit] (#41) #10

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches: [main]
jobs:
registry-upload:
name: Registry Upload
uses: ./.github/workflows/esp_registry.yml
with: { dry_run: false }
secrets:
ESP_REGISTRY_TOKEN: ${{ secrets.ESP_REGISTRY_TOKEN }}
deploy-docs:
name: Deploy Documentation
uses: ./.github/workflows/docs.yml
with: { deploy: true }