diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 852f711..80346e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,4 +32,4 @@ jobs: version: latest args: release --clean --verbose --config .goreleaser.yaml env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}} diff --git a/.gitignore b/.gitignore index 9797aaf..a3a9ac4 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ go.work.sum # build artifacts build/ -uds-releaser \ No newline at end of file +uds-releaser diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3ecd31c..64d002f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -48,4 +48,4 @@ release: name: uds-releaser prerelease: auto mode: append - draft: false \ No newline at end of file + draft: false diff --git a/renovate.json b/renovate.json index e7e9575..7652e49 100644 --- a/renovate.json +++ b/renovate.json @@ -16,4 +16,4 @@ "packagePatterns": ["*"] } ] -} \ No newline at end of file +} diff --git a/src/types/config.go b/src/types/config.go index 0ebdede..59a4d1a 100644 --- a/src/types/config.go +++ b/src/types/config.go @@ -10,4 +10,4 @@ type Flavor struct { type ReleaserConfig struct { Flavors []Flavor `yaml:"flavors"` -} \ No newline at end of file +} diff --git a/src/utils/zarf.go b/src/utils/zarf.go index ff781f3..df58c65 100644 --- a/src/utils/zarf.go +++ b/src/utils/zarf.go @@ -12,4 +12,4 @@ func GetPackageName() (string, error) { } return zarfPackage.Metadata.Name, nil -} \ No newline at end of file +} diff --git a/tasks.yaml b/tasks.yaml index 0a69452..7fdb504 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -47,4 +47,4 @@ tasks: - name: build-cli-mac-apple description: build the CLI for Mac Apple actions: - - cmd: GOOS=darwin GOARCH=arm64 go build -ldflags="${BUILD_ARGS}" -o build/uds-releaser-mac-apple main.go \ No newline at end of file + - cmd: GOOS=darwin GOARCH=arm64 go build -ldflags="${BUILD_ARGS}" -o build/uds-releaser-mac-apple main.go