We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f341103 commit f897181Copy full SHA for f897181
2 files changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: yarn node-pre-gyp package --target_arch=${{ env.TARGET }}
96
97
- name: Rebuild with assertions and re-test
98
- if: contains(matrix.os, 'ubuntu')
+ if: contains(matrix.os, 'ubuntu') && !startsWith(github.ref, 'refs/tags/')
99
run: yarn build:assert && yarn test
100
101
- name: Prepare for saving artifact
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@gristlabs/sqlite3",
3
"description": "Asynchronous, non-blocking SQLite3 bindings",
4
- "version": "5.1.4-grist.8",
+ "version": "5.1.4-grist.10",
5
"homepage": "https://github.com/gristlabs/node-sqlite3",
6
"author": {
7
"name": "Mapbox",
0 commit comments