From 899ee3d3398d0688b572f8ba7fa24c9b8621302d Mon Sep 17 00:00:00 2001
From: jonastheis <work@jonastheis.de>
Date: Tue, 3 Mar 2020 08:07:51 +0100
Subject: [PATCH] Update release workflow to copy config #231

---
 .github/workflows/release.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cee5c81c..15e59b13 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
     steps:
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
+    - name: Copy config.default.json to config.json
+      run: cp config.default.json config.json
     - name: Release GoShimmer
       run: goreleaser --rm-dist
       env:
-- 
GitLab