Skip to content

Create Release

Create Release #33

Workflow file for this run

name: Create Release
on:
push:
# Publish `v1.2.3` tags as releases.
tags:
- v*
jobs:
release:
uses: ardoco/actions/.github/workflows/github-release.yml@main