Browse Source

fix: remove version verification from merge workflow

pull/330/head
codomposer 1 month ago
parent
commit
fc0451c4ec
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      .github/workflows/merge.yml

+ 1
- 9
.github/workflows/merge.yml View File

@ -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 }}
npm run build

Loading…
Cancel
Save