Skip to content

Commit f897181

Browse files
committed
v5.1.4-grist.10
1 parent f341103 commit f897181

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: yarn node-pre-gyp package --target_arch=${{ env.TARGET }}
9696

9797
- name: Rebuild with assertions and re-test
98-
if: contains(matrix.os, 'ubuntu')
98+
if: contains(matrix.os, 'ubuntu') && !startsWith(github.ref, 'refs/tags/')
9999
run: yarn build:assert && yarn test
100100

101101
- name: Prepare for saving artifact

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gristlabs/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "5.1.4-grist.8",
4+
"version": "5.1.4-grist.10",
55
"homepage": "https://github.com/gristlabs/node-sqlite3",
66
"author": {
77
"name": "Mapbox",

0 commit comments

Comments
 (0)