Skip to content

Update README.md (#9) #21

Update README.md (#9)

Update README.md (#9) #21

Workflow file for this run

name: Autotag and Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tag & Release
uses: ./
with:
gh-token: ${{ github.token }}