We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5096b commit b6ba5d7Copy full SHA for b6ba5d7
2 files changed
.github/workflows/ci-cd.yml
@@ -19,5 +19,5 @@ jobs:
19
with:
20
checkAndTestOutsideDocker: true
21
codeCoverageEnabled: true
22
- performRelease: true
+ performRelease: false
23
checkAndTestInsideDocker: false
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hsl-map-publisher",
3
- "version": "1.2.2",
+ "version": "1.2.3",
4
"description": "HSL Map Publisher",
5
"main": "index.js",
6
"scripts": {
0 commit comments