feat(ci): patch mainnet release

This commit is contained in:
Mikołaj Młodzikowski 2023-07-31 13:07:25 +02:00
parent f476688c7f
commit d1d4bacc68

View File

@ -36,7 +36,7 @@ jobs:
echo IS_PR=true >> $GITHUB_ENV
- name: Is mainnet release
if: ${{ contains(github.ref, 'release/mainnnet') && !contains(github.ref, 'mirror') }}
if: ${{ contains(github.ref, 'release/mainnet') && !contains(github.ref, 'mirror') }}
run: |
echo IS_MAINNET_RELEASE=true >> $GITHUB_ENV