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",