From 7044067f2f68db48090abf36a20e40df14d8e26c Mon Sep 17 00:00:00 2001 From: Aleksandr Chikovani Date: Sat, 26 Aug 2023 22:06:47 -0400 Subject: [PATCH] chore: test ci --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 234ca2d06..ec3c38302 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -64,9 +64,10 @@ jobs: VERSION=${{ steps.semantic.outputs.release-version }} - name: Publish tag - uses: actions-ecosystem/action-push-tag@6e82caefe706f5a729e354df7443dc82f98a414f + uses: rickstaa/action-create-tag@07b918ecbf94359b859f25f7a70553a84e804923 with: tag: ${{ steps.semantic.outputs.release-version }} + message: ${{ steps.semantic.outputs.release-notes }} outputs: version: ${{ steps.semantic.outputs.release-version }}