Skip to content

Commit

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

0 comments on commit cd243a0

Please sign in to comment.