Skip to content

feat(webring): make anchors larger #215

feat(webring): make anchors larger

feat(webring): make anchors larger #215

Workflow file for this run

name: release
on:
push:
branches: main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bunx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}