Skip to content

Commit

Permalink
Include .env in release
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie authored Dec 29, 2020
1 parent c7cbfa9 commit ea20c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
extra_files: LICENSE README.md
extra_files: LICENSE README.md .env
sha256sum: false
md5sum: false

0 comments on commit ea20c6e

Please sign in to comment.