Skip to content

Commit

Permalink
chore: do not include git/github specific files in release
Browse files Browse the repository at this point in the history
  • Loading branch information
citrizon committed Nov 12, 2024
1 parent a3a580c commit 65afdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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: 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 65afdda

Please sign in to comment.