Skip to content

Commit

Permalink
Merge pull request #52 from iits-consulting/Ninja243/hotfix_2.0.5
Browse files Browse the repository at this point in the history
Ninja243/hotfix 2.0.5
  • Loading branch information
Ninja243 authored Sep 18, 2023
2 parents 2a00ad5 + dd54f8d commit e5c610e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NOTARYTOOL_PASS: ${{ secrets.NOTARYTOOL_PASS }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,5 @@ tags

# End of https://www.toptal.com/developers/gitignore/api/go,goland+all,intellij+all,vim,emacs,macos,linux,visualstudiocode,git

/.run/
/bin/
9 changes: 4 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
hooks:
post:
- cmd: ./signOSX.sh {{ .Path }} {{ .Os }} {{ .Version }} {{ .Arch }}
- env:
env:
- CGO_ENABLED=0
goos:
- linux
Expand All @@ -28,8 +28,8 @@ archives:
{{- if .Arm }}v{{ .Arm }}{{ end }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -46,9 +46,8 @@ changelog:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj


nfpms:
- id: foo
- id: linux_packages
package_name: otc-auth
file_name_template: "{{ .ConventionalFileName }}"
vendor: "iits-consulting"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ require (
github.com/go-logr/logr v1.2.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gophercloud/gophercloud v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand Down
Loading

0 comments on commit e5c610e

Please sign in to comment.