Skip to content

Commit

Permalink
fix boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 25, 2024
1 parent 2c7603c commit ef9f49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
deploy-env: "mainnet"
bw-legacy: "false"
bw-legacy: false
app-name: "builddao"
deploy-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
deploy-env: "staging"
bw-legacy: "false"
bw-legacy: false
app-name: "builddao"
deploy-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
Expand Down

0 comments on commit ef9f49f

Please sign in to comment.