Skip to content

Commit

Permalink
CI/CD configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-paraense committed Jan 29, 2020
1 parent 649b8d3 commit 52adc03
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: subosito/[email protected]
- run: cd ~
- run: cd $FLUTTER_HOME
- run: cd ..
- run: pwd
- run: mkdir -p .pub-cache
- run: echo '{"accessToken":"${{secrets.accessToken}}","refreshToken":"${{secrets.refreshToken}},"tokenEndpoint":"https://accounts.google.com/o/oauth2/token","scopes":["openid","https://www.googleapis.com/auth/userinfo.email"], "expiration":${{secrets.expiration}}}' > .pub-cache/credentials.json
- run: cd $GITHUB_WORKSPACE
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.4
## 0.1.5

* Some more work behind the scenes in the repository, like configuring CI/CD.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.oakam.launchdarkly_flutter'
version '0.1.4'
version '0.1.5'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/launchdarkly_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'launchdarkly_flutter'
s.version = '0.1.4'
s.version = '0.1.5'
s.summary = 'A Flutter LaunchDarkly SDK.'
s.description = <<-DESC
This is an unofficial LaunchDarkly SDK for Flutter, for anyone willing to use LaunchDarkly in a Flutter app.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: launchdarkly_flutter
description: This is an unofficial LaunchDarkly SDK for Flutter, for anyone willing to use LaunchDarkly in a Flutter app.
version: 0.1.4
version: 0.1.5
homepage: https://github.com/andre-paraense/launchdarkly_flutter
issue_tracker: https://github.com/andre-paraense/launchdarkly_flutter/issues

Expand Down

0 comments on commit 52adc03

Please sign in to comment.