Skip to content

Commit

Permalink
Add mainnet env
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 5, 2024
1 parent 62768d6 commit c27af61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, staging]
environment: [devnet, staging, mainnet]
environment: ${{ matrix.environment }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, staging]
environment: [devnet, staging, mainnet]
needs: ["docker_build"]
steps:
- name: Download Docker image from workspace
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
environment: [devnet, staging]
environment: [devnet, staging, mainnet]
needs: ["docker_build"]
steps:
- name: Download Docker image from workspace
Expand Down

0 comments on commit c27af61

Please sign in to comment.