Skip to content

chore(release): bump #9

chore(release): bump

chore(release): bump #9

Workflow file for this run

concurrency:
group: ${{ github.workflow }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
ref: main
- uses: ./.github/actions/prepare
- run: pnpm build
- uses: JoshuaKGoldberg/release-it-action@8ee87d0d30f97b452ef5d8aa9f4d0490eed439aa # v0.4.0
with:
github-token: ${{ github.token }}
name: Release
on:
push:
branches:
- main
permissions:
contents: write
id-token: write