Skip to content

Commit

Permalink
Release hardhat deployer stable (superfluid-finance#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley-eth authored Aug 2, 2022
1 parent f00f704 commit 2b0cc76
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
id: check_versions
run: |
# hardhat-deployer
PUBLISHED_HARDHAT_DEPLOYER_VERSION=`npm show @superfluid-finance/hardhat-deployer@latest version`
# temporarily changing for initial publish
# PUBLISHED_HARDHAT_DEPLOYER_VERSION=`npm show @superfluid-finance/hardhat-deployer@latest version`
PUBLISHED_HARDHAT_DEPLOYER_VERSION=`npm show @superfluid-finance/hardhat-deployer@latest version 2>/dev/null | cat`
NEW_HARDHAT_DEPLOYER_VERSION=`jq -r .version packages/hardhat-deployer/package.json`
if [ "$PUBLISHED_HARDHAT_DEPLOYER_VERSION" != "$NEW_HARDHAT_DEPLOYER_VERSION" ];then
echo "PUBLISHED_HARDHAT_DEPLOYER_VERSION=1" >> $GITHUB_ENV
Expand Down

0 comments on commit 2b0cc76

Please sign in to comment.