From 30381b8757d46b16f63dc78c7356ee5df860eae4 Mon Sep 17 00:00:00 2001 From: grog Date: Fri, 13 Oct 2023 16:57:50 -0700 Subject: [PATCH] test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c6eeb96cd..1ef0195080 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') with: token: ${{ secrets.ACCESS_TOKEN }} files: ./target/myrobotlab.zip