Skip to content

Commit

Permalink
chore: add npm auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Feb 20, 2024
1 parent c2a69b8 commit 0226d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: npm run build -- -p="@restorecommerce/${{ inputs.package }}"

- name: Release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx lerna publish --verify-access --no-private --conventional-commits

- name: Sync next branch
Expand Down

0 comments on commit 0226d27

Please sign in to comment.