Skip to content

Commit

Permalink
update .goreleaser .yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jul 14, 2023
1 parent 13ce5f2 commit d4dd639
Show file tree
Hide file tree
Showing 4 changed files with 533 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .goreleaser-archlinux.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: ${{ Env.GITHUB_REPOSITORY_OWNER }}
name: skywire


Expand Down
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: ${{ Env.GITHUB_REPOSITORY_OWNER }}
name: skywire

#prerelease: true
Expand Down
Loading

0 comments on commit d4dd639

Please sign in to comment.