Skip to content

Commit

Permalink
Revert constant check
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Dec 19, 2021
1 parent 2b3b647 commit 5b3c58b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b3c58b

Please sign in to comment.