diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a67e88..acaa4fc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,6 +68,7 @@ jobs: tag_name: ${{ env.VERSION }} release_name: ${{ env.VERSION }} prerelease: ${{ env.PRERELEASE }} + clean: runs-on: ubuntu-latest if: github.event.pull_request.merged diff --git a/package.json b/package.json index eb1392a..ac31441 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,7 @@ "author": "Dmytro Stebaiev ", "license": "AGPL-3.0", "files": [ - "/contracts/**/*.sol", - "/artifacts/contracts/*.json" + "**/*.sol" ], "scripts": { "compile": "npx hardhat clean && npx hardhat compile",