Skip to content

Commit

Permalink
fix: removal of unnecesarry files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdevpereira committed Oct 13, 2022
1 parent f7c911a commit 7057584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
git config user.name carlosdevpereira
git config user.email carlos@carlosdevpereira.com
pnpm install && pnpm build
git rm -r !(dist|action.yml)
rm -rf !(dist|action.yml)
git add .
git add dist/** -f
git add action.yml
git tag -d v${{ steps.release.outputs.major }} || true
Expand Down

0 comments on commit 7057584

Please sign in to comment.