diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 72258efa0a4..bdb1709f997 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -9,7 +9,7 @@ on: required: true ref2: description: The 'to' tag to use for the diff - default: HEAD + default: release-statemine-v6 required: true pre_release: description: For pre-releases @@ -34,10 +34,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - runtime: ["shell", "statemine", "statemint", "westmint", "rococo"] + runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"] steps: - name: Checkout sources uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.ref2 }} - name: Cache target dir uses: actions/cache@v2 @@ -86,6 +88,7 @@ jobs: with: fetch-depth: 0 path: cumulus + ref: ${{ github.event.inputs.ref2 }} - uses: ruby/setup-ruby@v1 with: @@ -154,10 +157,12 @@ jobs: RUNTIME_DIR: polkadot-parachains strategy: matrix: - runtime: ["shell", "statemine", "statemint", "westmint", "rococo"] + runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"] steps: - name: Checkout sources uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.ref2 }} - name: Download artifacts uses: actions/download-artifact@v2