Skip to content

Update README.md

Update README.md #22

Workflow file for this run

name: Create GitHub Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch # can be either "major", "minor", "patch" or "norelease"
tag_prefix: v