Skip to content

Updated README.md (#2) #1

Updated README.md (#2)

Updated README.md (#2) #1

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
release:
runs-on: 'ubuntu-latest'
timeout-minutes: 5
steps:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true