add release action
Some checks failed
Declarative Tests / test (push) Waiting to run
Lint / golangci-lint (push) Has been cancelled

This commit is contained in:
Matthew Rich 2024-04-03 12:42:12 -07:00
parent 08e8ca1aa7
commit c4492ee760

View File

@ -0,0 +1,21 @@
name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- run:
make build
- uses: ncipollo/release-action@v1
with:
artifacts: "decl"
bodyFile: "body.md"