Skip to content

Commit

Permalink
Fix Stable workflow issue (#92)
Browse files Browse the repository at this point in the history
* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* Test Issue on staging/stable workflows (#78)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* use env var instaed of set§output on get version workflow (#76)

* Migrate staging workflow deprecated (#77)

* use env var instaed of set§output on get version workflow

* migrate labels_to_track

* migrate labels to version parts

* format code

* bump version manually

* bump version manually (#79)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* use env var instaed of set§output on get version workflow (#76)

* Migrate staging workflow deprecated (#77)

* use env var instaed of set§output on get version workflow

* migrate labels_to_track

* migrate labels to version parts

* format code

* bump version manually

* Fix dart workflow script (#80)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* use env var instaed of set§output on get version workflow (#76)

* Migrate staging workflow deprecated (#77)

* use env var instaed of set§output on get version workflow

* migrate labels_to_track

* migrate labels to version parts

* format code

* bump version manually

* Test Issue Fixed on workflows (#89)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* use env var instaed of set§output on get version workflow (#76)

* Migrate staging workflow deprecated (#77)

* use env var instaed of set§output on get version workflow

* migrate labels_to_track

* migrate labels to version parts

* format code

* bump version manually

* Removed ./lib from ci-dev for analyze all scripts (#81)

* Try to fix workflow migration (#82)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV (#83)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV

* Try to fix workflow migration (#84)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV

* Try to fix worklfow migration

* Use env variable for workflow output (#85)

* Add setOutput method

* Use setOutput method for save value

* removed unused import

* Use env variable in workflows for get output (#86)

* Add setOutput method

* Use setOutput method for save value

* removed unused import

* Use env keyword in workflow

* Use one job for get outputs (#87)

* bump version to 2.2.10+20 from fastlane

* Fix workflow outputs issue (#88)

* Fix outputs issue

* enable push on bump version workflow

* bump version to 2.2.11+20 from fastlane

* Fix sd-stable issue

* Test Workflows output issues (#90)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* Add release note template (#40)

* Disabled commit if not bump (#41)

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* update workflow image & bump version

* bump version to 2.2.9+19 from fastlane

* use env var instaed of set§output on get version workflow (#76)

* Migrate staging workflow deprecated (#77)

* use env var instaed of set§output on get version workflow

* migrate labels_to_track

* migrate labels to version parts

* format code

* bump version manually

* Removed ./lib from ci-dev for analyze all scripts (#81)

* Try to fix workflow migration (#82)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV (#83)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV

* Try to fix workflow migration (#84)

* Removed ./lib from ci-dev for analyze all scripts

* Try to migrate workflow with new env var

* Use GITHUB_OUTPUT instead of GITHUB_ENV

* Try to fix worklfow migration

* Use env variable for workflow output (#85)

* Add setOutput method

* Use setOutput method for save value

* removed unused import

* Use env variable in workflows for get output (#86)

* Add setOutput method

* Use setOutput method for save value

* removed unused import

* Use env keyword in workflow

* Use one job for get outputs (#87)

* bump version to 2.2.10+20 from fastlane

* Fix workflow outputs issue (#88)

* Fix outputs issue

* enable push on bump version workflow

* bump version to 2.2.11+20 from fastlane

* Fix sd-stable issue

* Removed needs from ci && cd

* Removed ubuse item

* Fix Stable workflow issue
  • Loading branch information
M97Chahboun committed Oct 16, 2022
1 parent f3064fa commit 2bd4663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"languageVersion": "2.17"
}
],
"generated": "2022-10-16T13:42:38.323391Z",
"generated": "2022-10-16T13:43:11.052478Z",
"generator": "pub",
"generatorVersion": "2.18.1"
}
2 changes: 1 addition & 1 deletion .github/workflows/cd-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

promote-android:
if: ${{ (github.event.pull_request.merged == true) }}
name: Promote Android Release from ${{env.track}} to production
name: Promote Android Release from selected track to production
runs-on: ubuntu-latest
steps:
- name: Setup Flutter
Expand Down

0 comments on commit 2bd4663

Please sign in to comment.