Skip to content

Commit

Permalink
build: remove migrate version check (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 authored Jun 7, 2024
1 parent 7fb0fcd commit a746d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
run: |
set -e
grep -qF "\"version\": \"${RELEASE_VERSION}\"" package.json
grep -qF "export * from \"./${RELEASE_VERSION}\";" src/renderer/modules/update-app/migrate-steps/index.ts
grep -qF "version: \"${RELEASE_VERSION}\"" src/renderer/modules/update-app/migrate-steps/${RELEASE_VERSION}/index.ts
create_release:
name: Create release for new version
runs-on: ubuntu-latest
Expand Down

0 comments on commit a746d12

Please sign in to comment.