Skip to content

Commit

Permalink
Fix npm release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Mar 8, 2023
1 parent 558e308 commit af6ffb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- run: npm install
- run: npm publish --access public
working-directory: ./
env:
Expand Down

0 comments on commit af6ffb6

Please sign in to comment.