Commit 58eea18 1 parent cf5d40b commit 58eea18 Copy full SHA for 58eea18
File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 42
42
uses : goreleaser/goreleaser-action@v6
43
43
with :
44
44
version : latest
45
- args : release --rm-dist --timeout 60m
45
+ args : release --clean --timeout 60m
46
46
env :
47
47
GITHUB_TOKEN : ${{ secrets.GHT_RELEASE }}
48
48
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 6
6
Please see the [changelog](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub?modal=changelog) for more details.
7
7
8
8
changelog :
9
- skip : true
9
+ disable : true
10
10
11
11
snapshot :
12
12
name_template : " devel-{{ .ShortCommit }}"
@@ -116,23 +116,23 @@ brews:
116
116
- description : Artifact Hub command line tool
117
117
homepage : https://github.com/artifacthub/hub
118
118
license : Apache-2.0
119
- tap :
119
+ repository :
120
120
owner : artifacthub
121
121
name : homebrew-cmd
122
122
commit_author :
123
123
name : artifacthubio
124
124
125
125
126
- scoop :
127
- description : Artifact Hub command line tool
128
- homepage : https://github.com/artifacthub/hub
129
- license : Apache-2.0
130
- bucket :
131
- owner : artifacthub
132
- name : scoop-cmd
133
- commit_author :
134
- name : artifacthubio
135
-
126
+ scoops :
127
+ - description : Artifact Hub command line tool
128
+ homepage : https://github.com/artifacthub/hub
129
+ license : Apache-2.0
130
+ repository :
131
+ owner : artifacthub
132
+ name : scoop-cmd
133
+ commit_author :
134
+ name : artifacthubio
135
+
136
136
137
137
signs :
138
138
- artifacts : checksum
You can’t perform that action at this time.
0 commit comments