Skip to content

Commit

Permalink
SKALE-4466 fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
payvint committed Jan 8, 2022
1 parent e46b3d1 commit 62a1bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"author": "Dmytro Stebaiev <dmytro@skalelabs.com>",
"license": "AGPL-3.0",
"files": [
"/contracts/**/*.sol",
"/artifacts/contracts/*.json"
"**/*.sol"
],
"scripts": {
"compile": "npx hardhat clean && npx hardhat compile",
Expand Down

0 comments on commit 62a1bcd

Please sign in to comment.