swarmproxy/.gitea/workflows/release.yaml

28 lines
675 B
YAML
Raw Normal View History

name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.ocram85.com/actions/checkout@v3
with:
fetch-depth: 0
2023-07-12 11:20:08 +02:00
- name: setup go
uses: https://gitea.ocram85.com/actions/setup-go@v3
2023-07-12 11:20:08 +02:00
with:
go-version: '>=1.20.1'
- name: Use Go Action
id: use-go-action
uses: https://gitea.ocram85.com/actions/release-action@main
with:
2023-07-12 12:04:24 +02:00
files: |-
CHANGELOG.md
api_key: '${{ secrets.TOKEN }}'
2023-07-12 12:04:24 +02:00
body: |
> :bulb: **Note:** See [CHANGELOG.md](src/branch/main/CHANGELOG.md) for recent changes.