Skip to content

Commit

Permalink
update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcador committed Nov 10, 2020
1 parent 02798c3 commit df4e3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm install hardhat@^2.0.0 --save
- run: tsc
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tenderly/hardhat-tenderly",
"description": "Hardhat plugin for integration with Tenderly",
"version": "1.0.4-ci-test",
"version": "1.0.5-action-test",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit df4e3bd

Please sign in to comment.