GH Action for releases

This commit is contained in:
Brian Lindner 2022-10-23 16:54:06 -04:00
parent d2949dfb0c
commit b95c1b2aae
No known key found for this signature in database

15
.github/workflows/publish-release.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# .github/workflows/publish-release.yml
name: Publish release
on:
push:
tags:
- "*"
jobs:
publish:
runs-on: ubuntu-latest
name: Publish release
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish release
uses: eloquent/github-release-action@v3