Skip to content

Commit

Permalink
fix deploy script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Oct 23, 2023
1 parent 4d330b5 commit d026216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
ls -al
- name: Deploy widgets
working-directory: ./build/potluck
working-directory: ./build/potlock
run: |
bos components deploy "$BOS_DEPLOY_ACCOUNT_ID" sign-as "$BOS_SIGNER_ACCOUNT_ID" network-config mainnet sign-with-plaintext-private-key --signer-public-key "$BOS_SIGNER_PUBLIC_KEY" --signer-private-key "$BOS_SIGNER_PRIVATE_KEY" send

0 comments on commit d026216

Please sign in to comment.