Skip to content

Commit

Permalink
chore: cleaning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0moo committed Feb 15, 2022
1 parent dde84ee commit d990d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
# set up git since we will later push to the repo
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
# cleaning repo
- run: git add .
- run: git commit
# upgrade npm version in package.json to the tag used in the release.
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
# build the project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3uikit",
"version": "0.1.42",
"version": "0.1.41",
"repository": "https://github.com/web3ui/web3uikit",
"homepage": "https://web3ui.github.io/web3uikit/",
"main": "dist/index.js",
Expand Down

0 comments on commit d990d03

Please sign in to comment.