Skip to content

Commit

Permalink
ci: dont proxy main module, rename approval step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredallard committed Apr 18, 2024
1 parent b03ce16 commit 149f8a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
uses: thenativeweb/get-next-version@main
with:
prefix: "v" # optional, defaults to ''
- uses: trstringer/manual-approval@v1
- name: Wait for manual approval
uses: trstringer/manual-approval@v1
with:
secret: ${{ secrets.GITHUB_TOKEN }}
approvers: "jaredallard"
Expand Down
3 changes: 0 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ before:
hooks:
- go mod tidy

gomod:
proxy: true

builds:
- main: ./cmd/{{ .ProjectName }}
flags:
Expand Down

0 comments on commit 149f8a5

Please sign in to comment.