We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4da3a3 commit 74ad81fCopy full SHA for 74ad81f
.github/workflows/cicd.yml
@@ -39,6 +39,10 @@ jobs:
39
restore-keys: |
40
${{ runner.os }}-go-
41
42
+ - name: Template app yaml
43
+ run: |
44
+ ./run.sh template-app
45
+
46
- name: Run GoReleaser
47
uses: goreleaser/goreleaser-action@v6
48
with:
goreleaser.yml
@@ -22,8 +22,8 @@ builds:
22
archives:
23
- name_template: '{{ .ProjectName }}_{{ replace .Version "v" "" }}_{{ .Os }}_{{ .Arch }}'
24
files:
25
- - ./yang/*
26
- - "./{{ .ProjectName }}.yml"
+ - yang/**/*
+ - "{{ .ProjectName }}.yml"
27
28
checksum:
29
name_template: checksums.txt
0 commit comments