Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Nov 25, 2024
1 parent 1071fcf commit e911d52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/tag/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ builds:
binary: porchctl

archives:
- name_template: 'porchctl_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- name_template: "porchctl_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
- id: blueprint
meta: true
files:
- src: ".build/deploy/*"
dst: "."
strip_parent: true
name_template: '{{ .ProjectName }}_blueprint'
name_template: "{{ .ProjectName }}_blueprint"

checksum:
name_template: "checksums.txt"
Expand All @@ -72,7 +72,7 @@ project_name: porch

release:
github:
owner: nephio-project
name: porch
owner: nokia
name: nephio-porch
draft: false
prerelease: "true"

0 comments on commit e911d52

Please sign in to comment.