Skip to content

Commit

Permalink
Add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik committed Jan 3, 2025
1 parent d8aadb5 commit 9f2f3ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
paths:
- 'package.json'

env:
NODE_VERSION: 20
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
publish-branch=main

0 comments on commit 9f2f3ed

Please sign in to comment.