We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4536790 commit a06e62bCopy full SHA for a06e62b
2 files changed
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
tag_name: ${{ inputs.tag_name }}
15
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
16
registry_fork: maxwellE/bazel-central-registry
17
- attest: true
+ attest: false
18
author_name: Maxwell Elliott
19
author_email: maxwell@elliott.now
20
committer_name: Maxwell Elliott
MODULE.bazel
@@ -1,6 +1,6 @@
1
module(
2
name = "bazel-diff",
3
- version = "17.1.0",
+ version = "17.1.1",
4
compatibility_level = 0,
5
)
6
0 commit comments