diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index 531b530..5fa191b 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -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 diff --git a/package.json b/package.json index 568098b..fb532a7 100644 --- a/package.json +++ b/package.json @@ -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",