Skip to content

Commit

Permalink
ci: fixing the .goreleaser config (#25)
Browse files Browse the repository at this point in the history
* use goreleaser for releases

* fixing escapes

* add custom main path
  • Loading branch information
wenzel-felix authored Feb 18, 2024
1 parent 36f5147 commit 183ee8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# .goreleaser.yaml
release:
draft: false

builds:
- main: ./cmd/azure-clientid-syncer

dockers:
# You can have multiple Docker images.
-
Expand Down

0 comments on commit 183ee8e

Please sign in to comment.