Skip to content

Commit

Permalink
try to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber committed May 10, 2020
1 parent cc603da commit 7536e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: "@dforsber"
- name: Install modules with frozen lockfile and build
run: yarn install --frozen-lockfile --ignore-optional
- name: Publish to repository
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": "s3-selectable",
"version": "0.0.1",
"version": "0.0.2",
"description": "S3 Select over Glue Table",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 7536e15

Please sign in to comment.