From 62a1bcd89ba7761accf0e1232330fddeaaddedde Mon Sep 17 00:00:00 2001 From: Artem Payvin Date: Sat, 8 Jan 2022 14:40:58 +0200 Subject: [PATCH] SKALE-4466 fix publishing --- .github/workflows/publish.yml | 1 + package.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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",