Skip to content

Commit

Permalink
build: rename binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 23, 2020
1 parent fecc276 commit 34f51dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

release:
name: Release to Github
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'axetroy/go-cli-boilerplate'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'axetroy/changelog'
needs: [ci]
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: go-cli-boilerplate
- binary: changelog
goos:
- windows
- darwin
Expand Down

0 comments on commit 34f51dc

Please sign in to comment.