Skip to content

Commit

Permalink
build releases with the new dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Aug 12, 2021
1 parent 65c127c commit 714d44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 714d44c

Please sign in to comment.