Skip to content

Commit a06e62b

Browse files
disable attest for now
1 parent 4536790 commit a06e62b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
tag_name: ${{ inputs.tag_name }}
1515
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
1616
registry_fork: maxwellE/bazel-central-registry
17-
attest: true
17+
attest: false
1818
author_name: Maxwell Elliott
1919
author_email: maxwell@elliott.now
2020
committer_name: Maxwell Elliott

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "17.1.0",
3+
version = "17.1.1",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)