swarmproxy/.gitea/workflows/release.yaml
OCram85 3161d332af
All checks were successful
ci / docker (push) Successful in 28s
use absolute urls for action calls (#10)
#### 📖 Summary

- try to use absolute urls for internal actions. -> Testing renovate github-action workaround with this

#### 📑 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: #10
2023-07-12 14:19:26 +02: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@v3
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.