From 958c1f6cd836609d9126c8557ea18a4e053ed83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BIDON?= Date: Mon, 15 Dec 2025 20:57:13 +0100 Subject: [PATCH] ci: removed duplicate workflow remaining after refactoring 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