File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
3
4
- name : React paper renderer
4
+ name : Publish to NPM
5
5
6
6
on :
7
7
release :
28
28
node-version : 16
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : yarn
31
+ - run : yarn build
31
32
- run : yarn publish
32
33
env :
33
34
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-paper-renderer" ,
3
+ "version" : " 0.0.3" ,
3
4
"description" : " Paper.js renderer for React" ,
4
5
"author" :
" Bojan Hribernik <[email protected] >" ,
5
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments