Skip to content

Commit

Permalink
update (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuash authored Feb 1, 2021
1 parent 83f0af1 commit bf77ce7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
24 changes: 7 additions & 17 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,16 @@ on:
types: [created]

jobs:
build:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
node-version: 10
- run: npm install
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: JS-DevTools/npm-publish@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
access: public
token: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forbole/big-dipper-default-ui",
"version": "1.0.0",
"name": "big-dipper-default-ui",
"version": "0.1.0-alpha",
"description": "Big dipper component library",
"author": "forbole",
"license": "MIT",
Expand Down

0 comments on commit bf77ce7

Please sign in to comment.