Skip to content

Commit

Permalink
CI/CD Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Mar 3, 2024
1 parent 9e5651d commit 0d6a932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Building sources
run: npm run build
- name: Publishing
run: npm publish
run: npm publish dist
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 0d6a932

Please sign in to comment.