Skip to content

Commit f145d86

Browse files
author
Release Manager
committed
gh-41669: Fix the release trigger workflow name.
In 3a269979e08464e9964af4d52e396 e0b6fc1d1de, dist.yml was renamed to release.yml, but the filename reference inside the yml file itself was not updated accordingly. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. URL: #41669 Reported by: Connector Switch Reviewer(s): Kwankyu Lee
2 parents b9fb955 + 61d8c38 commit f145d86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '[0-9]+.[0-9]+.[0-9]+.rc[0-9]+'
1313
pull_request:
1414
paths:
15-
- '.github/workflows/dist.yml'
15+
- '.github/workflows/release.yml'
1616
workflow_dispatch:
1717
# Allow to run manually
1818

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=cc3c71ac92441191b4b1f7b8073b1cf7b5f722e0
3-
sha256=6f979befccd69b94b9340bd639982edaa3da6721d4a87dfd692ac9638e96a11c
2+
sha1=7315871b7b8f35a1fa038cbc16674fad058ed0d9
3+
sha256=4f16399ccd216de6e999c9f3daef63c399dd742a74939be696c4a56b96318677
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7110dd34e52c5bb34a13a704c7beedd048248429
1+
e4a5fea2698c6a7b942812074c6e56632a650738

0 commit comments

Comments
 (0)