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