fix: create config not saving

Fixes bug where creating a config from scratch was failing to save

Closes #93
Closes #96
Closes #89
This commit is contained in:
Zane Schepke
2024-01-19 20:52:11 -05:00
parent d6ee36edc0
commit d9f3a21cc3
6 changed files with 14 additions and 14 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/33300.txt
body_path: ${{ github.workspace }}/fastlane/metadata/android/en-US/changelogs/33400.txt
tag_name: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}
draft: false