Skip to content

Commit 28bd2e8

Browse files
committed
fix bug w/ release workflow file
1 parent 3633166 commit 28bd2e8

File tree

3 files changed

+2
-232
lines changed

3 files changed

+2
-232
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
update-install-scripts:
5151
needs: build
52-
uses: update-install-scripts.yml
52+
uses: ./.github/workflows/update-install-scripts.yml
5353
permissions:
5454
contents: write
5555
pull-requests: write

.github/workflows/update-install-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Checksums
1+
name: update-install-scripts.yml
22
on:
33
workflow_call:
44
inputs:

test_plan.md

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)