From fc0451c4ec0641876c08406e91e7d8c4760d64c1 Mon Sep 17 00:00:00 2001 From: codomposer Date: Tue, 4 Nov 2025 08:40:21 -0500 Subject: [PATCH] fix: remove version verification from merge workflow --- .github/workflows/merge.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 770c085..cd641d5 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -24,12 +24,4 @@ jobs: - name: Build run: | npm install - npm run build - - - name: Get version - run: echo "version=v$(./ci/getVersion.sh)" >> $GITHUB_OUTPUT - id: version - - - name: Verify version - run: | - ./ci/verifyVersion.sh ${{ steps.version.outputs.version }} \ No newline at end of file + npm run build \ No newline at end of file