From c8c766bbfbcac70d9851e24b3f8f3479cc80130f Mon Sep 17 00:00:00 2001 From: Erel Segal-Halevi Date: Mon, 19 Jun 2023 20:49:08 +0300 Subject: [PATCH] fix: use codfish semantic action --- .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 191102d..3265b11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - run: | npm ci - name: Semantic Release - uses: cycjimmy/semantic-release-action@v2 + uses: codfish/semantic-release-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}