jx/.gitea/workflows/release.yaml
Matthew Rich f2cc89736b
Some checks failed
Declarative Tests / test (push) Waiting to run
Lint / golangci-lint (push) Has been cancelled
add build to action
2024-04-03 15:53:33 -07:00

20 lines
280 B
YAML

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