-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix deploy and simplify goreleaser usage
The deploy broke with “error=git is in a dirty state” because I had copied a step to create a temporary file .release-env (https://github.com/goreleaser/goreleaser-cross-example/blob/a5a2d67e191918dbe322589d66586f67e8a66914/.github/workflows/release.yaml#L21) but forgot to copy the corresponding .gitignore pattern. This commit takes out that file to simplify.
- Loading branch information
Yonathan Randolph
committed
May 16, 2023
1 parent
0567e79
commit be1d8e3
Showing
2 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters