Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SunDevil311 committed Jan 22, 2025
1 parent 5056264 commit bd87069
Showing 1 changed file with 2 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 @@ -69,6 +69,8 @@ jobs:
git config --global user.name "SunDevil311 "
- name: Increment version
run: npm version patch
- name: Copy package.json to dist directory
run: cp package.json dist/
- name: Publish package
working-directory: ./dist
run: npm publish
Expand Down

0 comments on commit bd87069

Please sign in to comment.