Skip to content

Commit 2a1b350

Browse files
committed
update .
1 parent 7f7af37 commit 2a1b350

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Create a Release APK
5555
uses: ncipollo/release-action@v1
5656
with:
57-
name: "Askany ${{ github.ref_name }}"
57+
name: "Waterbus ${{ github.ref_name }}"
5858
bodyFile: "RELEASE.md"
5959
artifacts: "build/app/outputs/apk/release/*.apk"
6060
token: ${{ secrets.TOKEN }}

lib/features/schedule/widgets/schedule_title.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// import 'package:askany/src/constants/constants.dart';
2-
31
// Flutter imports:
42
import 'package:flutter/material.dart';
53

0 commit comments

Comments
 (0)