We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f977a5 + 58aa3da commit 3eb1483Copy full SHA for 3eb1483
.github/workflows/publish.yml
@@ -0,0 +1,21 @@
1
+name: Build
2
+
3
+on:
4
+ workflow_dispatch:
5
+ release:
6
+ types: [created]
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - uses: actions/setup-node@v1
14
+ with:
15
+ node-version: 14
16
+ registry-url: https://npm.pkg.github.com/
17
+ - run: npm install
18
+ - run: npm run build:gulp
19
+ - run: npm publish
20
+ env:
21
+ NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
package.json
@@ -1,5 +1,5 @@
{
- "name": "fin-hypergrid",
+ "name": "hypergrid",
"version": "4.0.0-alpha.0",
"description": "Canvas-based high-performance grid",
"main": "src/Hypergrid",
0 commit comments