Skip to content

Commit

Permalink
fix: update post-release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Jan 15, 2024
1 parent ca8ab62 commit 2eee786
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 108 deletions.
6 changes: 0 additions & 6 deletions dist/CHANGELOG.md

This file was deleted.

96 changes: 0 additions & 96 deletions dist/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/update-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ cp CHANGELOG.md ../CHANGELOG.md
cp package.json ../package.json
cd ..
rm -rf dist

git config --global user.name "eg-oss-ci"
git config --global user.email "[email protected]"
git config --global credential.helper "store --file=$HOME/.git-credentials"
echo "https://github.com:${GH_TOKEN}@github.com" > $HOME/.git-credentials

git pull
git add CHANGELOG.md package.json dist
git commit --amend --no-edit
Expand Down

0 comments on commit 2eee786

Please sign in to comment.