Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa756d7

Browse files
committedApr 9, 2024·
Test with dev release
1 parent e946b6a commit aa756d7

File tree

2 files changed

+1708
-1
lines changed

2 files changed

+1708
-1
lines changed
 

‎.github/workflows/dev-release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
name: dev-release
55

66
on:
7+
push:
8+
branches:
9+
- molejniczak/tag-release
710
workflow_dispatch:
811

912
jobs:
@@ -13,4 +16,4 @@ jobs:
1316
secrets: inherit
1417
with:
1518
release-command: yarn dev:release
16-
type: dev
19+
type: latest

‎packages/core/rust/src/db.js

+1,704
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.