Skip to content

Commit 7c5e68b

Browse files
committed
fix: Remove unused variables from deployment script
1 parent c78e67e commit 7c5e68b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ jobs:
9999
DEPLOYMENT_ID="${{ inputs.network }}"
100100
fi
101101
echo "deployment-id=$DEPLOYMENT_ID" >> $GITHUB_OUTPUT
102-
POCO_ADDRESS="${{ vars.POCO_ADDRESS }}" \
103-
DATASET_REGISTRY_ADDRESS="${{ vars.DATASET_REGISTRY_ADDRESS }}" \
104102
DEPLOYMENT_ID="$DEPLOYMENT_ID" \
105103
npm run deploy -- --network ${{ inputs.network }}
106104
fi
@@ -122,8 +120,6 @@ jobs:
122120
fi
123121
npm run verify -- "$DEPLOYMENT_ID"
124122
125-
126-
127123
- name: Save deployment artifacts
128124
if: inputs.network != 'hardhat'
129125
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)