Skip to content

Commit

Permalink
ci: fix GH syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jul 18, 2023
1 parent 1b4ea94 commit 34c77c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
- name: Install dependencies
env:
HUSKY: 0
run: npm ci
run: npm i semantic-release@21.0.7 -g
run: npm ci && npm i semantic-release@21.0.7 -g
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34c77c8

Please sign in to comment.