Skip to content

Commit

Permalink
ci: Testing GoReleaser configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed May 1, 2024
1 parent 05338f8 commit 694c405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-dep-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
egress-policy: block
allowed-endpoints: >
api.github.com:443
api.securityscorecards.dev:443
github.com:443
objects.githubusercontent.com:443
proxy.golang.org:443
Expand Down
9 changes: 3 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ changelog:
disable: false
use: github-native

# https://goreleaser.com/customization/source/
source:
enabled: true
name_template: '{{ .ProjectName }}-src'
format: tar.gz

# https://goreleaser.com/customization/archive/
archives:
- id: 'linux-archive'
Expand Down Expand Up @@ -257,3 +251,6 @@ brews:
branch: main
token: '{{ .Env.GH_PUBLIC_TOKEN }}'
# token_type: 'github'
git:
url: '[email protected]:northwood-labs/{{ .ProjectName }}.git'
private_key: '{{ .Env.PRIVATE_KEY_PATH }}'

0 comments on commit 694c405

Please sign in to comment.