Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

update to 0.26.2

update to 0.26.2 #13

Workflow file for this run

name: Main workflow
on:
push:
branches: [main]
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/package.yml
publish:
uses: ./.github/workflows/publish.yml
secrets:
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}