File tree 4 files changed +27
-47
lines changed
4 files changed +27
-47
lines changed Original file line number Diff line number Diff line change
1
+ name : CD Workflow
2
+
3
+ on :
4
+ release :
5
+ types : [created]
6
+
7
+ jobs :
8
+ build :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - uses : actions/setup-node@v1
13
+ with :
14
+ node-version : ' 12.x'
15
+ registry-url : ' https://registry.npmjs.org'
16
+ - run : yarn install
17
+ - run : yarn publish --access public
18
+ env :
19
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
20
+ # - uses: actions/setup-node@v1
21
+ # with:
22
+ # registry-url: 'https://npm.pkg.github.com'
23
+ # - run: yarn publish
24
+ # env:
25
+ # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : CI Workflow
2
2
3
3
on : [push, pull_request]
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-midi-hook" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " React hook to easily use MIDI inputs via the Web MIDI API." ,
5
5
"author" : " matthewshirley" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments