Skip to content

Commit 35ae159

Browse files
committed
tag
1 parent 736b766 commit 35ae159

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
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 }}-
@@ -38,7 +37,7 @@ jobs:
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 }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)