Skip to content

Commit 06b60b8

Browse files
committed
fix: remove npm cache
1 parent dd582fd commit 06b60b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313

1414
- uses: actions/setup-node@v6.2.0
1515
with:
16-
cache: npm
1716
node-version: lts/*
1817

1918
- uses: actions/setup-java@v5

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"assets": [
2020
{
2121
"path": "build/libs/*.jar",
22-
"label": "Application JAR"
22+
"label": "AtlasRedisAPI"
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)