Skip to content

Commit

Permalink
reset goreleaser configs
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jul 14, 2023
1 parent 34335b9 commit c377b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
# Note: it can only be one: either github or gitlab or gitea
github:
owner: {{ Env.GITHUB_REPOSITORY_OWNER }}
owner: 0pcom
name: skywire

#prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
# Note: it can only be one: either github or gitlab or gitea
github:
owner: {{ Env.GITHUB_REPOSITORY_OWNER }}
owner: 0pcom
name: skywire

#prerelease: true
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ release:
# Default is extracted from the origin remote URL or empty if its private hosted.
# Note: it can only be one: either github or gitlab or gitea
github:
owner: {{ Env.GITHUB_REPOSITORY_OWNER }}
owner: 0pcom
name: skywire

#prerelease: true
Expand Down

0 comments on commit c377b5c

Please sign in to comment.