Skip to content

Commit

Permalink
feat(ci cd): loging in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 18, 2024
1 parent b3f2b07 commit 8d2a36b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: dsstep-1
run: echo "::called on create tag::"
- uses: actions/setup-node@v4
with:
node-version: 20

- run: npm login ${{ secrets.NPM_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8d2a36b

Please sign in to comment.