This github action extract the version field in package.json
or build.zig.zon and create a tag and a release
name: create-release
on:
push:
branches:
- master
permissions:
contents: write
jobs:
check-version:
runs-on: ubuntu-latest
steps:
- uses: o0th/action-create-release@v1.0.0