Skip to content

README.md: updated badge url #7

README.md: updated badge url

README.md: updated badge url #7

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.PAT }}"
prerelease: false