swarmproxy/.gitea/workflows/release.yaml
OCram85 cb115635ed
Some checks failed
ci / docker (push) Successful in 39s
release / release (push) Failing after 4s
add gitea release action (#7)
#### 📖 Summary

- testing Gitea Actions to create an new release when pushing a tag

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #7
2023-07-12 11:10:24 +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: