Skip to content

Commit 714d44c

Browse files
committed
build releases with the new dev container
1 parent 65c127c commit 714d44c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: mymindstorm/setup-emsdk@ca33dc66a6b178f65393989c12e9465baf053352
16-
with: {version: '2.0.6'}
1715
- name: make
18-
run: make
16+
uses: ./.github/actions/build-sqljs
1917
- name: Create Release
2018
id: create_release
2119
uses: actions/[email protected]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql.js",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).",
55
"keywords": [
66
"sql",

0 commit comments

Comments
 (0)