diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-27 23:07:18 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-27 23:07:18 -0400 |
commit | 5f84e9f2ef0b052e60970b477d5e1842252c119c (patch) | |
tree | 751d5a5250c437753e2b617176b1fe17ed580145 | |
parent | 10b83819ec2ba7139c39e932319dae5785a837af (diff) | |
download | donetick-5f84e9f2ef0b052e60970b477d5e1842252c119c.tar.gz donetick-5f84e9f2ef0b052e60970b477d5e1842252c119c.tar.bz2 donetick-5f84e9f2ef0b052e60970b477d5e1842252c119c.zip |
Update Go Release to include selfhosted.yaml
-rw-r--r-- | .goreleaser.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 237f633..24d29e0 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -38,9 +38,10 @@ archives: - goos: windows format: zip files: - - src: "config/selfhosted.yaml" + - src: "config/local.yaml" dst: "config/local.yaml" - + - src: "config/selfhosted.yaml" + dst: "config/selfhosted.yaml" changelog: sort: asc filters: |