Skip to content

Commit

Permalink
chore(v): 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRave committed Sep 30, 2021
1 parent 81f745e commit 6bbc59a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 19 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,8 @@ on:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
Expand All @@ -30,6 +18,9 @@ jobs:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IvanRave:registry=https://npm.pkg.github.com
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logic-tree",
"version": "0.2.2",
"version": "0.2.3",
"description": "Build a JSON object from a logic expression string",
"repository": "github:ivanrave/logic-tree",
"keywords": [
Expand All @@ -14,9 +14,6 @@
"files": [
"lib/**/*"
],
"publishConfig": {
"IvanRave:registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "tsc",
"test": "jest",
Expand Down

0 comments on commit 6bbc59a

Please sign in to comment.