diff --git a/.github/workflows/devnet.yml b/.github/workflows/devnet.yml index 9e1e362ca..710e2d99f 100644 --- a/.github/workflows/devnet.yml +++ b/.github/workflows/devnet.yml @@ -59,7 +59,7 @@ jobs: - name: checkout code uses: actions/checkout@v4 with: - ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0' }} + ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0-test' }} - name: Set deployment_version as env variable run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./E2E-tests/config/substrate/devnet_nodes.json)" >> $GITHUB_ENV diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 249f71abb..8dfd85cfc 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -60,7 +60,7 @@ jobs: - name: checkout code uses: actions/checkout@v4 with: - ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0' }} + ref: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || 'v1.3.0-test' }} - name: Set deployment_version as env variable run: echo "DEPLOYMENT_VERSION=$(jq -r .deployment_version ./E2E-tests/config/substrate/staging_nodes.json)" >> $GITHUB_ENV