We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd582fd commit 06b60b8Copy full SHA for 06b60b8
.github/workflows/build.yml
@@ -13,7 +13,6 @@ jobs:
13
14
- uses: actions/setup-node@v6.2.0
15
with:
16
- cache: npm
17
node-version: lts/*
18
19
- uses: actions/setup-java@v5
.releaserc.json
@@ -19,7 +19,7 @@
"assets": [
20
{
21
"path": "build/libs/*.jar",
22
- "label": "Application JAR"
+ "label": "AtlasRedisAPI"
23
}
24
]
25
0 commit comments