Skip to content

Update README.md

Update README.md #71

Workflow file for this run

name: publish.yml
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Semver tags
uses: SOLIDSoftworks/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
tag-prefix: 'v'