From 2f4532657926d8dfd0516090ab71dccc390cc59d Mon Sep 17 00:00:00 2001 From: Aleksandr Cupacenko Date: Sun, 9 Aug 2026 21:54:10 +0300 Subject: [PATCH] Create releases from existing tags --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73fdba4..64d5b00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -213,7 +213,6 @@ jobs: TOOL: ${{ steps.meta.outputs.name }} DESCRIPTION: ${{ steps.catalog_meta.outputs.description }} VERSION: ${{ steps.meta.outputs.version }} - REVISION: ${{ steps.release_revision.outputs.sha }} DOCUMENTATION_REVISION: ${{ steps.catalog_revision.outputs.sha }} UPSTREAM: ${{ steps.meta.outputs.upstream }} IMAGE: ${{ steps.image.outputs.name }} @@ -226,7 +225,6 @@ jobs: const tool = process.env.TOOL; const description = process.env.DESCRIPTION; const version = process.env.VERSION; - const revision = process.env.REVISION; const documentationRevision = process.env.DOCUMENTATION_REVISION; const upstream = process.env.UPSTREAM; const image = process.env.IMAGE; @@ -289,7 +287,6 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, tag_name: tag, - target_commitish: revision, name: `${tool} v${version} container image`, body: details, draft: false,