From 3096218cebcc299ec3400179605fb194a1a6dd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BIDON?= Date: Tue, 16 Dec 2025 21:54:19 +0100 Subject: [PATCH] ci: removed redundant release workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric BIDON --- .github/workflows/release.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index cf4ed2d..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Release - -on: - push: - tags: - - v[0-9]+* - -permissions: - contents: read - -jobs: - release: - permissions: - contents: write - uses: go-openapi/ci-workflows/.github/workflows/release.yml@d0b50195d14745b9a9a8a41cf3bb7ecd874af37a # v0.1.1 - with: - tag: ${{ github.ref_name }} - secrets: inherit