Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Aug 11, 2020
1 parent 26a1222 commit 0a26866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
check-version:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v1
- run: |
PACKAGEJSON_VER=v$(cat package.json | jq -r '.version')
echo PACKAGEJSON_VER $PACKAGEJSON_VER
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": "kg-dataset-previewer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Preview a few manually curated datasets.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 0a26866

Please sign in to comment.