Skip to content

Commit

Permalink
Merge pull request #7 from gky360/develop
Browse files Browse the repository at this point in the history
Release 0.1.0-alpha.2
  • Loading branch information
gky360 committed Aug 13, 2020
2 parents 6c4bb58 + 30f3767 commit f7c00f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Jobs

on:
schedule:
- cron: "43 21 * * *"
- cron: '43 21 * * *'
push:
branches:
- "**"
- '**'
tags:
- "v[0-9]+.[0-9]+.[0-9]+**"
- 'v[0-9]+.[0-9]+.[0-9]+**'
pull_request:

jobs:
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12.16.0
registry-url: https://npm.pkg.github.com/gky360
scope: "@gky360"
registry-url: https://npm.pkg.github.com
scope: '@gky360'
- run: npm ci

- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ngl",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "React wrapper for ngl",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f7c00f3

Please sign in to comment.