From 9435dbcbd9b639171dec68051d0608d36776483c Mon Sep 17 00:00:00 2001 From: Phillip Trudeau-Tavara Date: Wed, 28 Jun 2023 03:06:48 -0400 Subject: [PATCH] CI: Fix build --- .github/workflows/all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yaml b/.github/workflows/all.yaml index ecea1b2..8d88229 100644 --- a/.github/workflows/all.yaml +++ b/.github/workflows/all.yaml @@ -17,6 +17,6 @@ jobs: # with: # title: Release ${{ github.ref }} - uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') with: files: ph2ed_proto.zip