diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dcb915..2c1637c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: