Skip to content

Commit

Permalink
Try to fix workflow migration (#84)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
M97Chahboun authored Oct 15, 2022
1 parent 33583e8 commit 90ef5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version-based-on-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
ruby-version: "2.6"
bundler-cache: true
working-directory: android
- run: echo ${{needs.setup_dart_and_run_converter.outputs.parts}}
- run: echo ${{needs.setup_dart_and_run_converter.parts}}
- run: echo ${{needs.env.parts}}
- run: echo ${{env.parts}}
- run: bundle exec fastlane bump_version push:true branch:${{ github.ref_name }} ${{needs.setup_dart_and_run_converter.parts}} bump_build:false
- run: echo ${{needs.outputs.parts}}
- run: bundle exec fastlane bump_version push:true branch:${{ github.ref_name }} ${{needs.setup_dart_and_run_converter.outputs.parts}} bump_build:false
working-directory: android

0 comments on commit 90ef5e1

Please sign in to comment.