Skip to content

Commit

Permalink
let's see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Dec 15, 2021
1 parent 66ce1a7 commit 9641c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: mymindstorm/setup-emsdk@v11

Expand All @@ -22,7 +19,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'

- name: Install dependencies
run: npm ci
run: npm install

- name: Build package
run: ./build.sh package
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": "survex.js",
"version": "1.0.5",
"version": "1.0.6",
"description": "Survex JS compatibility layer",
"main": "index.js",
"author": "Paul Walko <[email protected]>",
Expand Down

0 comments on commit 9641c7a

Please sign in to comment.