We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb0fcd commit a746d12Copy full SHA for a746d12
.github/workflows/publish.yml
@@ -16,8 +16,6 @@ jobs:
16
run: |
17
set -e
18
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
21
create_release:
22
name: Create release for new version
23
runs-on: ubuntu-latest
0 commit comments