From 2412045eef73ca4836d017932aee968981d05ece Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 28 Dec 2023 00:39:01 -0500 Subject: [PATCH] ci: switch to develop branch to debug --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c38be66..173e8b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: run: hugo --minify - name: Deploy - uses: LumeWeb/web3.news-publisher@v0.1.0-develop.1 + uses: LumeWeb/web3.news-publisher@develop if: github.ref == 'refs/heads/master' with: node: ${{ env.NODE }}