Skip to content

Commit

Permalink
log: confirm if NPM user logged in during build runflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bassemsab committed Jan 29, 2024
1 parent 7fa5277 commit c30e1bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
- name: Build and Publish
# if: steps.tag_check.outputs.exists_tag == 'false'
run: |
npm whoami
npm i --no-save
lerna publish ${{ env.CURRENT_VERSION }} --use-workspaces --force-publish --no-git-tag-version --yes
lerna publish ${{ env.CURRENT_VERSION }} --force-publish --no-git-tag-version --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c30e1bb

Please sign in to comment.