Add release action
Some checks failed
Publish release / build (push) Failing after 1m2s

This commit is contained in:
2024-11-06 16:59:21 -05:00
parent 5b1e97a439
commit b4727335f5

13
.github/workflows/publish_release.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish release
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2