Skip to content

Commit

Permalink
fix: fixing issue with npm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kulak-at committed Jan 20, 2024
1 parent 9628548 commit 7565935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
id: check
uses: EndBug/version-check@v2
- name: Set Token
run: npm config set _authToken=$NPM_TOKEN
run: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN
- name: Publish
# if: steps.check.outputs.changed == 'true'
run: npm publish --access public
Expand Down

0 comments on commit 7565935

Please sign in to comment.