From cc7d1853430c468b8bccc11b93ee526119417529 Mon Sep 17 00:00:00 2001 From: Mirko Lenz Date: Thu, 22 Dec 2022 15:34:03 +0100 Subject: [PATCH] ci: rename docker publish action --- .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 f4f57df..629591c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,6 @@ jobs: - uses: cihelper/action-semanticrelease-npm@v1 id: semanticrelease - if: ${{ steps.semanticrelease.outputs.released == 'true' }} - uses: cihelper/action-docker@v1 + uses: cihelper/action-docker-publish@v1 with: version: ${{ format('v{0}', steps.semanticrelease.outputs.version) }}