Skip to content

Commit

Permalink
Fix: #25
Browse files Browse the repository at this point in the history
Removed updating PATH because it make us to use old version of Node and getting error
  • Loading branch information
ali-shokoohi committed Oct 5, 2024
1 parent 15dbc2c commit 909b5f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 909b5f3

Please sign in to comment.