revert: release.yml

- It is not needed, because this is a library. We are not shipping a binary.
This commit is contained in:
2026-03-29 22:00:54 +02:00
parent 3bb663dc8b
commit cbe4483326

View File

@@ -1,22 +0,0 @@
name: Release
on:
push:
tags: ["v*"]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}