Skip to content

Commit 5d77b10

Browse files
committed
Use update-formula only on release
1 parent e6b111e commit 5d77b10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ jobs:
6868

6969
update-formula:
7070
runs-on: ubuntu-latest
71-
# needs: release
72-
71+
needs: release
7372
steps:
7473
# I have no idea if it's actually necessary to install Git on the runner
7574
# but checkout didn't work with available version over SSH.

0 commit comments

Comments
 (0)