From bc357f93836797d077c7c1e10ebd8195ca6409a0 Mon Sep 17 00:00:00 2001 From: Nicconike <38905025+Nicconike@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:57:24 +0530 Subject: [PATCH] ci: enable docker publish only when new tag is released --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3547422..26c8f74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: docker: name: Docker runs-on: ubuntu-latest - # if: needs.semantic-release.outputs.new_release_version != '' + if: needs.semantic-release.outputs.new_release_version != '' permissions: contents: read attestations: write