From 909b5f35119eea58784d1214a0c15a84d8dd1739 Mon Sep 17 00:00:00 2001 From: ali-shokoohi Date: Sat, 5 Oct 2024 13:34:39 +0330 Subject: [PATCH] Fix: #25 Removed updating PATH because it make us to use old version of Node and getting error --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b3f56..2c1637c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: go-version: 1.19 - name: Set up Docker - uses: docker/setup-buildx-action@v3 + uses: docker-practice/actions-setup-docker@master - name: Set up Server run: | @@ -46,7 +46,8 @@ jobs: - name: Run semantic-release if: github.repository == 'casbin/casbin-go-client' && github.event_name == 'push' run: | - export PATH="$(yarn global bin):$PATH" + yarn -v + node -v yarn global add semantic-release semantic-release env: