Skip to content

Commit

Permalink
ci: don't generate ABI during dev deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Sep 18, 2024
1 parent 7fc262e commit 483f186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
sign-with-plaintext-private-key \
--signer-public-key "${{ vars.NEAR_ACCOUNT_PUBLIC_KEY }}" \
--signer-private-key "${{ secrets.NEAR_ACCOUNT_PRIVATE_KEY }}" \
send
send \
--no-abi

0 comments on commit 483f186

Please sign in to comment.