Skip to content

Commit

Permalink
Fix instance deployment (#892)
Browse files Browse the repository at this point in the history
* change to single quotes

* fix instance deployment
  • Loading branch information
Megha-Dev-19 authored Jul 20, 2024
1 parent fd3d397 commit 73ab4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
echo "Not on main branch, dry run"
${{ matrix.target_account.dry_run_command }}
else
${{ matrix.target_account.deploy_command }} -- "${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}" sign-as "${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}" network-config mainnet sign-with-plaintext-private-key "${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}" --signer-private-key "${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}" send
${{ matrix.target_account.deploy_command }} -- '${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}' sign-as '${{ vars.NEAR_SOCIAL_ACCOUNT_ID }}' network-config mainnet sign-with-plaintext-private-key --signer-public-key '${{ vars.NEAR_SOCIAL_ACCOUNT_PUBLIC_KEY }}' --signer-private-key '${{ secrets.NEAR_SOCIAL_ACCOUNT_PRIVATE_KEY }}' send
fi

0 comments on commit 73ab4da

Please sign in to comment.