Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Jan 31, 2024
1 parent 923ea0f commit fa11070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:

# Deploy the main branch to production environment
- name: Deploy to the production S3
if: github.ref == 'refs/heads/main'
env:
BUCKET: s3://${{ secrets.AWS_STAGING_BUCKET_NAME }}/releases/${{ github.event.release.tag_name }}
run: bash ./.github/scripts/s3_upload.sh
Expand Down
1 change: 0 additions & 1 deletion pages/api-supported-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description: This page provides an overview of the available services
| Aurora | [https://safe-transaction-aurora.safe.global](https://safe-transaction-aurora.safe.global/) |
| Avalanche | [https://safe-transaction-avalanche.safe.global](https://safe-transaction-avalanche.safe.global/) |
| Base | [https://safe-transaction-base.safe.global](https://safe-transaction-base.safe.global) |
<!-- TO DO: Add Base Sepolia when ready in prod -->
| BNB Smart Chain | [https://safe-transaction-bsc.safe.global](https://safe-transaction-bsc.safe.global/) |
| Celo | [https://safe-transaction-celo.safe.global](https://safe-transaction-celo.safe.global/) |
| Ethereum Mainnet | [https://safe-transaction-mainnet.safe.global](https://safe-transaction-mainnet.safe.global/) |
Expand Down

0 comments on commit fa11070

Please sign in to comment.