File tree Expand file tree Collapse file tree 4 files changed +53
-40
lines changed Expand file tree Collapse file tree 4 files changed +53
-40
lines changed Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 11#  https://gist.github.com/paullessing/d706c8af51faca68c6ba0f9f9bae4e4b#file-release-when-pushed-yml
22
3- name : 📦☁️ Release to GitHub Releases  
3+ name : 📦☁️ Release 
44
55on :
66  workflow_dispatch :
99
1010jobs :
1111  release :
12-     name : 📦☁️ Release to GitHub Releases  
12+     name : 📦☁️ Release 
1313    runs-on : ubuntu-18.04 
1414    steps :
1515      - uses : actions/checkout@v2 
2020      - name : ⚡ Install dependencies 
2121        run : yarn install --frozen-lockfile 
2222
23+       - uses : actions/setup-node@v1 
24+         with :
25+           node-version : ' 14.16.0' 
26+           registry-url : ' https://registry.npmjs.org' 
27+           scope : ' @netresearch' 
28+ 
29+       - name : ⚡ Install dependencies 
30+         run : yarn install --frozen-lockfile 
31+ 
32+       - name : ☁️ Publish to NPM 
33+         run : yarn publish --access=public 
34+         env :
35+           NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} 
36+ 
37+       - uses : actions/setup-node@v1 
38+         with :
39+           registry-url : ' https://npm.pkg.github.com' 
40+           scope : ' @netresearch' 
41+ 
42+       - name : ☁️ Publish to GitHub Package Registry 
43+         run : yarn publish --access=public 
44+         env :
45+           NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
46+ 
2347      - name : 📦 Package 
2448        run : yarn pack --filename=package.tgz 
2549
Original file line number Diff line number Diff line change 11#  https://gist.github.com/paullessing/d706c8af51faca68c6ba0f9f9bae4e4b#file-release-when-tagged-yml
22
3- name : 📦☁️ Release to GitHub Releases  
3+ name : 📦☁️ Release 
44
55on :
66  workflow_dispatch :
1010
1111jobs :
1212  build :
13-     name : 📦☁️ Release to GitHub Releases  
13+     name : 📦☁️ Release 
1414    runs-on : ubuntu-latest 
1515    steps :
1616      - uses : actions/checkout@v2 
2121      - name : ⚡ Install dependencies 
2222        run : yarn install --frozen-lockfile 
2323
24+       - uses : actions/setup-node@v1 
25+         with :
26+           node-version : ' 14.16.0' 
27+           registry-url : ' https://registry.npmjs.org' 
28+           scope : ' @netresearch' 
29+ 
30+       - name : ⚡ Install dependencies 
31+         run : yarn install --frozen-lockfile 
32+ 
33+       - name : ☁️ Publish to NPM 
34+         run : yarn publish --access=public 
35+         env :
36+           NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }} 
37+ 
38+       - uses : actions/setup-node@v1 
39+         with :
40+           registry-url : ' https://npm.pkg.github.com' 
41+           scope : ' @netresearch' 
42+ 
43+       - name : ☁️ Publish to GitHub Package Registry 
44+         run : yarn publish --access=public 
45+         env :
46+           NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }} 
47+ 
2448      - name : 📦 Package 
2549        run : yarn pack --filename=package.tgz 
2650
Original file line number Diff line number Diff line change 11{
2- 	"name" : " node-magento-eqp" 
2+ 	"name" : " @netresearch/ node-magento-eqp" 
33	"version" : " 1.0.0" 
44	"description" : " Simple API wrapper around the Magento Marketplace EQP API" 
55	"main" : " dist/index.js" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments