Skip to content

Commit

Permalink
chore: do not include git/github specific files in release v2
Browse files Browse the repository at this point in the history
  • Loading branch information
citrizon committed Nov 12, 2024
1 parent 65afdda commit 3bced05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm i
- run: git config --global user.name "${{ github.actor }}"
- run: git config --global user.email "github-action-${{ github.actor }}@users.noreply.github.com"
- run: rm -rf .github .gitignore .gitmodules
- run: rm -rf .github .gitignore .gitmodules .git
- run: npm version ${{ github.event.release.tag_name }} --allow-same-version -m "chore - release version %s [skip ci]" --allow-empty
- run: npm publish --access public
env:
Expand Down

0 comments on commit 3bced05

Please sign in to comment.