Skip to content

chore: download artifacts #120

chore: download artifacts

chore: download artifacts #120

Workflow file for this run

name: release
on:
push:
branches: [main]
jobs:
code:
uses: stable-packages/.github/.github/workflows/pnpm-verify.yml@main
release:
uses: stable-packages/.github/.github/workflows/pnpm-release-changeset.yml@main
needs: code
secrets: inherit