Skip to content

Update maintainer and contributor information #7

Update maintainer and contributor information

Update maintainer and contributor information #7

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github
- run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GHA_TOKEN }}