Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorniv committed May 4, 2020
1 parent 613532a commit 3f01cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart_self.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Read Configuration
id: dist_config
run: |
release_type=$(flutter pub run doppio_utils_config:get_config path=.distribute/config.yml branch=master propertyName=release_type)
draft=$(flutter pub run doppio_utils_config:get_config path=.distribute/config.yml branch=master propertyName=draft)
prerelease=$(flutter pub run doppio_utils_config:get_config path=.distribute/config.yml branch=master propertyName=prerelease)
release_type=$(flutter pub run doppio_utils_config:get_config_distr path=.distribute/config.yml branch=master propertyName=release_type)
draft=$(flutter pub run doppio_utils_config:get_config_distr path=.distribute/config.yml branch=master propertyName=draft)
prerelease=$(flutter pub run doppio_utils_config:get_config_distr path=.distribute/config.yml branch=master propertyName=prerelease)
echo "::set-output name=release_type::"${release_type//\'}""
echo "::set-output name=draft::"${draft//\'}""
echo "::set-output name=prerelease::"${prerelease//\'}""
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev_dependencies:
doppio_utils_config:
git:
url: https://github.com/doppio-dev/utils
ref: master
ref: v0.0.4
path: config

# For information on the generic Dart part of this file, see the
Expand Down

0 comments on commit 3f01cc8

Please sign in to comment.