Skip to content

Commit

Permalink
Log in to npm registry in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Sep 18, 2023
1 parent 130a099 commit e1dcd0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Log in to npm registry
uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: https://registry.npmjs.org
- run: make all
- name: Publish npm packages
run: npm publish --workspaces
Expand Down

0 comments on commit e1dcd0f

Please sign in to comment.