We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135cf28 commit 5c83410Copy full SHA for 5c83410
4 files changed
.github/workflows/main.yml
@@ -33,13 +33,8 @@ jobs:
33
- name: Integration Tests
34
run: make integration
35
36
- - name: Install xmlstarlet
37
- run: sudo apt-get install -y xmlstarlet
38
-
39
- - name: Prepare App Name and Identifier
40
- run: |
41
- chmod +x ./.github/workflows/update_app_identifiers.sh
42
- ./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
+ - name: Write PR number to file
+ run: echo "${{ github.event.number }}" > assets/pr_number.txt
43
44
- name: Build release package
45
run: |
.github/workflows/update_app_identifiers.sh
assets/pr_number.txt
pubspec.yaml
@@ -70,3 +70,4 @@ flutter:
70
- assets/svg/
71
- assets/lang/
72
- test/assets/images/
73
+ - assets/pr_number.txt
0 commit comments