File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1616 env :
1717 cache-name : cache-node-modules
1818 with :
19- # npm cache files are stored in `~/.npm` on Linux/macOS
20- path : ~/.npm
19+ path : node_modules
2120 key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package.json') }}-${{ hashFiles('npm-shrinkwrap.json') }}
2221 restore-keys : |
2322 ${{ runner.os }}-build-${{ env.cache-name }}-
3837
3938 - name : Upload Release
4039 uses : fnkr/github-action-ghr@v1
41- # if: startsWith(github.ref, 'refs/tags/')
40+ if : startsWith(github.ref, 'refs/tags/')
4241 env :
4342 GHR_PATH : dist/firephp.zip
4443 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " firephp-for-browser-devtools" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "devDependencies" : {
55 "codemirror" : " ^5.49.0" ,
66 "eventemitter2" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments