Create release.yml

This commit is contained in:
Koushik Dutta
2023-02-24 08:53:42 -08:00
committed by GitHub
parent 130b01c56a
commit a2d6a6baa1

18
.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
---
name: "tagged-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.GITHUB_TOKEN }}"
prerelease: false