Skip to content

Commit

Permalink
fix(release): update release.yml env variable (#5383)
Browse files Browse the repository at this point in the history
* fix(release): update release.yml env variable
  • Loading branch information
dgutride committed Feb 14, 2023
1 parent 1c400bb commit 8ac660d
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 @@ -59,5 +59,7 @@ jobs:
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
name: Avoid Unknown Host for github.com
- run: npx semantic-release@19.0.5
env:
HUSKY: 0
name: Release to NPM

0 comments on commit 8ac660d

Please sign in to comment.