mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 23:18:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user