Skip to content

chore: tidy up github plugin in .releaserc.json #8

chore: tidy up github plugin in .releaserc.json

chore: tidy up github plugin in .releaserc.json #8

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make workflow-release