Skip to content

Commit

Permalink
Merge pull request #10 from DP-3T/feature/config-default-values
Browse files Browse the repository at this point in the history
fix github action to use SNAPSHOT tag
  • Loading branch information
ubamrein authored Apr 30, 2020
2 parents e8edff4 + 268de9d commit 49da9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: create_release
with:
name: Snapshot Release ${{ github.ref }}
tag: ${{ github.ref }}
tag: SNAPSHOT
artifacts: "dpppt-config-backend/target/dpppt-config-backend-*-SNAPSHOT.jar"
body: |
Changes in this Release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ConfigResponse {

private InfoBoxCollection infoBox = null;

private SDKConfig sdkConfig = null;
private SDKConfig sdkConfig = new SDKConfig();

public boolean isForceUpdate() {
return forceUpdate;
Expand Down

0 comments on commit 49da9ae

Please sign in to comment.