Skip to content

Commit

Permalink
Merge pull request #8 from andre-paraense/cd-github-actions-final
Browse files Browse the repository at this point in the history
CI/CD configuration
  • Loading branch information
andre-paraense authored Jan 29, 2020
2 parents 4514cd7 + c033dc2 commit 4f34e5a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/[email protected]
- 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
- run: flutter pub publish -f
- uses: sakebook/[email protected]
with:
credential: ${{secrets.CREDENTIAL_JSON}}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.5
## 0.1.6

* 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.5'
version '0.1.6'

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.5'
s.version = '0.1.6'
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.5
version: 0.1.6
homepage: https://github.com/andre-paraense/launchdarkly_flutter
issue_tracker: https://github.com/andre-paraense/launchdarkly_flutter/issues

Expand Down

0 comments on commit 4f34e5a

Please sign in to comment.