From 5b3c58b2f75f4683728126758ddf7a17aec0e471 Mon Sep 17 00:00:00 2001 From: Szymon Uglis Date: Sun, 19 Dec 2021 15:57:39 +0100 Subject: [PATCH] Revert constant check --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e10662da8..a20fe92d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,12 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: 'Check if version in constants.dart is correct' - run: | - apt-get update -y - apt install pcregrep -y - (if [ $(pcregrep -o1 'static const String version = "(.+)";' < lib/src/internal/constants.dart) != $(pcregrep -o1 'version: (.+)$' < pubspec.yaml) ]; then exit 1; fi) - - name: Cache uses: actions/cache@v2 with: