Metadata for app store releases #44
| @@ -29,6 +29,12 @@ jobs: | |||||||
|           architecture: x64 |           architecture: x64 | ||||||
|           cache: true |           cache: true | ||||||
|  |  | ||||||
|  |       - name: Set up ruby env | ||||||
|  |         uses: https://github.com/ruby/setup-ruby@v1 | ||||||
|  |         with: | ||||||
|  |           ruby-version: 3.3 | ||||||
|  |           bundler-cache: true # runs 'bundle install' and caches installed gems automatically | ||||||
|  |  | ||||||
|       - name: Install dependencies and clean up |       - name: Install dependencies and clean up | ||||||
|         run: | |         run: | | ||||||
|           flutter pub get |           flutter pub get | ||||||
| @@ -36,12 +42,6 @@ jobs: | |||||||
|           flutter clean |           flutter clean | ||||||
|           bundle exec pod cache clean --all |           bundle exec pod cache clean --all | ||||||
|  |  | ||||||
|       - name: Set up ruby env |  | ||||||
|         uses: https://github.com/ruby/setup-ruby@v1 |  | ||||||
|         with: |  | ||||||
|           ruby-version: 3.3 |  | ||||||
|           bundler-cache: true # runs 'bundle install' and caches installed gems automatically |  | ||||||
|  |  | ||||||
|       - name: Fetch tags from main branch |       - name: Fetch tags from main branch | ||||||
|         # since this workflow is triggered by a pull request, we want to match the latest tag of the main branch |         # since this workflow is triggered by a pull request, we want to match the latest tag of the main branch | ||||||
|         id: build_name |         id: build_name | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user