Skip to content

Commit a746d12

Browse files
authored
build: remove migrate version check (#185)
1 parent 7fb0fcd commit a746d12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
run: |
1717
set -e
1818
grep -qF "\"version\": \"${RELEASE_VERSION}\"" package.json
19-
grep -qF "export * from \"./${RELEASE_VERSION}\";" src/renderer/modules/update-app/migrate-steps/index.ts
20-
grep -qF "version: \"${RELEASE_VERSION}\"" src/renderer/modules/update-app/migrate-steps/${RELEASE_VERSION}/index.ts
2119
create_release:
2220
name: Create release for new version
2321
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)