Skip to content

docs: Add README.md

docs: Add README.md #2

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pinnacles/github-action-module-release/.github/actions/release-by-merge@v3.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}