We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9cddb commit c29dc87Copy full SHA for c29dc87
.github/workflows/publish.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: pub get
37
run: flutter pub get
38
39
- - run: sed -i "s|^version: .*|version: ${RELEASE_VERSION}|" pubspec.yaml
+ # - run: sed -i "s|^version: .*|version: ${RELEASE_VERSION}|" pubspec.yaml
40
- run: dart pub publish --skip-validation --force
41
42
0 commit comments