Skip to content

Commit

Permalink
ci: fixed semantic release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 9, 2025
1 parent f945715 commit 4cb5a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: |
git checkout client-server
git pull
npm install -g semantic-release
npm install -g @semantic-release/changelog
npm install -g @semantic-release/git
Expand Down

0 comments on commit 4cb5a01

Please sign in to comment.