Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-przybyl-wttech committed May 6, 2024
1 parent c6b08b7 commit cb2d7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
args: -p 3 release --clean
args: -p 3 release --clean --skip-validate --timeout 60m0s
version: latest
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
dir: provider
env:
- CGO_ENABLED=0
- GO111MODULE=on
goarch:
- amd64
- arm64
Expand All @@ -23,7 +24,6 @@ builds:
changelog:
disable: true
release:
disable: false
prerelease: auto
disable: true
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'

0 comments on commit cb2d7d0

Please sign in to comment.