fix: start foreground

Fixes issue where auto tunnel should be starting service foreground
This commit is contained in:
Zane Schepke
2023-12-31 22:44:44 -05:00
parent dd16bd977f
commit 61e3751321
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# fix hardcode changelog file name
body_path: ${{ github.workspace }}/fastlane/metadata/android/en-US/changelogs/33100.txt
body_path: ${{ github.workspace }}/fastlane/metadata/android/en-US/changelogs/33200.txt
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: false