From 714d44ceb3c4a492433fc258a6ea074c98da2d8a Mon Sep 17 00:00:00 2001 From: lovasoa Date: Thu, 12 Aug 2021 12:52:17 +0000 Subject: [PATCH] build releases with the new dev container --- .github/workflows/release.yml | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0f4bdb0..9f846993 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: mymindstorm/setup-emsdk@ca33dc66a6b178f65393989c12e9465baf053352 - with: {version: '2.0.6'} - name: make - run: make + uses: ./.github/actions/build-sqljs - name: Create Release id: create_release uses: actions/create-release@v1.0.0 diff --git a/package.json b/package.json index e593abbd..979d43d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql.js", - "version": "1.6.0", + "version": "1.6.1", "description": "SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).", "keywords": [ "sql",