Skip to content
Snippets Groups Projects
Commit 899ee3d3 authored by jonastheis's avatar jonastheis
Browse files

Update release workflow to copy config #231

parent afa1f5d3
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ jobs: ...@@ -15,6 +15,8 @@ jobs:
steps: steps:
- name: Check out code into the Go module directory - name: Check out code into the Go module directory
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Copy config.default.json to config.json
run: cp config.default.json config.json
- name: Release GoShimmer - name: Release GoShimmer
run: goreleaser --rm-dist run: goreleaser --rm-dist
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment