swarmproxy/.gitea/workflows/release.yaml
OCram85 09dd1d9a25
All checks were successful
ci / docker (pull_request) Successful in 13s
add gitea release action
2023-07-12 11:08:04 +02:00

23 lines
386 B
YAML

name: release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Go Action
id: use-go-action
uses: actions/release-action@main
with:
#files: -|
api_key: '${{ secrets.TOKEN }}'
#title:
#body: