Switch to the release env (#1910)

Follow up of #1892, this PR now switches the env for release related
workflows from `master` to `release`.
This commit is contained in:
Chevdor
2023-10-18 10:14:33 +02:00
committed by GitHub
parent 9c333a5c2f
commit b665409462
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
node-version: "18.x"
registry-url: "https://npm.pkg.github.com"
scope: "@paritytech"
- name: Check the licenses in Polkadot
run: |
shopt -s globstar
@@ -114,7 +114,7 @@ jobs:
if: ${{ inputs.binary == 'polkadot-parachain' || inputs.image_type == 'rc' }}
runs-on: ubuntu-latest
needs: fetch-artifacts
environment: master
environment: release
steps:
- name: Checkout sources
@@ -238,7 +238,7 @@ jobs:
if: ${{ inputs.binary == 'polkadot' && inputs.image_type == 'release' }}
runs-on: ubuntu-latest
needs: fetch-latest-debian-package-version
environment: master
environment: release
steps:
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1