Skip to content

Commit

Permalink
Merge pull request #5 from clrfund/fix/tag-already-exist
Browse files Browse the repository at this point in the history
Remove tagging in the CI job
  • Loading branch information
yuetloo committed May 17, 2024
2 parents a67c7df + ba545cb commit 2fd0fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ jobs:
export VERSION_NUMBER=$(node -e "const pkg=require('./package.json'); console.log(pkg.version)")
export VERSION="v${VERSION_NUMBER}"
git push origin
git tag -a "${VERSION}" -m "${VERSION}"
git push origin --tags
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clrfund/waffle-mock-contract",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/cjs/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
Expand Down

0 comments on commit 2fd0fcc

Please sign in to comment.