swarmproxy/.gitea/workflows/release.yaml
renovate-bot b6b415d627
All checks were successful
ci / docker (pull_request) Successful in 18s
chore(deps): update actions/checkout action to v4
2024-02-14 13:15:24 +00:00

28 lines
675 B
YAML

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