Skip to content

Commit

Permalink
ci(release): add config.json to the final release removing the rename…
Browse files Browse the repository at this point in the history
… step
  • Loading branch information
pnicto committed Oct 16, 2023
1 parent 9afabe1 commit 2940e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: stable
- name: Rename sample.config.json to config.json
run: mv sample.config.json config.json
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archives:
- format: zip
files:
- sample.config.json
- config.json
- README.md
- LICENSE
release:
Expand Down

0 comments on commit 2940e00

Please sign in to comment.