Skip to content

Commit 38d6b3e

Browse files
committed
dust .bcr
1 parent 5618368 commit 38d6b3e

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

.bcr/metadata.template.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"homepage": "https://github.com/bazelbuild/rules_pkg",
33
"maintainers": [
44
{
5-
"email": "[email protected]",
5+
"email": "[email protected]",
66
"name": "Tony Aiuto",
7+
"github": aiuto
78
}
89
],
9-
"repository": ["github:bazelbuild/rules_pkg"],
10+
"repository": [
11+
"github:bazelbuild/rules_pkg"
12+
],
1013
"versions": [],
1114
"yanked_versions": {}
1215
}

.bcr/source.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"integrity": "**leave this alone**",
2+
"integrity": "",
33
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/rules_pkg-{TAG}.tar.gz"
44
}

.github/workflows/publish_to_bcr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,7 @@ on:
55
inputs:
66
version:
77
required: true
8-
default: "1.2.0"
98
type: "string"
10-
pull_request:
11-
branches: [ "main" ]
12-
inputs:
13-
version:
14-
default: "1.2.0"
15-
push:
16-
branches:
17-
bcr
18-
inputs:
19-
version:
20-
default: "1.2.0"
219

2210
permissions:
2311
id-token: write

0 commit comments

Comments
 (0)