Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 9, 2024
1 parent d27453c commit b33e562
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
with:
flutter-version: '3.22.2'

- name: Update Build Number
run: |
commit_count=$(git rev-list --count HEAD)
sed -i '' "s/version: \(.*\)+.*/version: \1+$commit_count/" pubspec.yaml
echo "Build Number: $commit_count"
- name: Decode Keystore File
env:
KEYSTORE: ${{ secrets.KEYSTORE }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ jobs:
uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.2'

- name: Update Build Number
run: |
commit_count=$(git rev-list --count HEAD)
sed -i '' "s/version: \(.*\)+.*/version: \1+$commit_count/" pubspec.yaml
echo "Build Number: $commit_count"

- name: Install dependencies
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
with:
flutter-version: '3.22.2'

- name: Update Build Number
run: |
commit_count=$(git rev-list --count HEAD)
sed -i '' "s/version: \(.*\)+.*/version: \1+$commit_count/" pubspec.yaml
echo "Build Number: $commit_count"
- name: Install Apple Certificate
uses: apple-actions/import-codesign-certs@v1
with:
Expand Down

0 comments on commit b33e562

Please sign in to comment.