From 77845a0f24252e742869c9486038d9d0b1b1f897 Mon Sep 17 00:00:00 2001 From: Jelius Basumatary Date: Wed, 29 Apr 2026 11:47:06 +0530 Subject: [PATCH] fix(GH Action): fixed a missing ID in a step. - Skip hint was missed due to a missing ID in one of the step. Signed-off-by: Jelius Basumatary --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 491bc25..d9e0878 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,7 @@ jobs: echo "latest=$LATEST" >> $GITHUB_OUTPUT - name: Skip if version unchanged + - id: decide run: | if [ "${{ steps.version.outputs.ver }}" = "${{ steps.latest.outputs.latest }}" ]; then echo "Version already released: ${{ steps.version.outputs.ver }}"