Skip to content

Commit 49da9ae

Browse files
authored
Merge pull request SwissCovid#10 from DP-3T/feature/config-default-values
fix github action to use SNAPSHOT tag
2 parents e8edff4 + 268de9d commit 49da9ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: create_release
3535
with:
3636
name: Snapshot Release ${{ github.ref }}
37-
tag: ${{ github.ref }}
37+
tag: SNAPSHOT
3838
artifacts: "dpppt-config-backend/target/dpppt-config-backend-*-SNAPSHOT.jar"
3939
body: |
4040
Changes in this Release

dpppt-config-backend/src/main/java/org/dpppt/switzerland/backend/sdk/config/ws/model/ConfigResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ConfigResponse {
1212

1313
private InfoBoxCollection infoBox = null;
1414

15-
private SDKConfig sdkConfig = null;
15+
private SDKConfig sdkConfig = new SDKConfig();
1616

1717
public boolean isForceUpdate() {
1818
return forceUpdate;

0 commit comments

Comments
 (0)