Skip to content

Commit 614fbaf

Browse files
authored
Merge branch 'main' into semi-rewrite
2 parents 08924e1 + 7b10317 commit 614fbaf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build_ipa.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ jobs:
6565
echo "app_version=$VERSION" >> "$GITHUB_OUTPUT"
6666
6767
- name: 7. Deploy to Nightly Release
68-
if: |
69-
env.UPLOAD_IPA == 'true' &&
70-
(github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
71-
(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/semi-rewrite')
68+
if: env.UPLOAD_IPA == 'true' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
7269
uses: softprops/action-gh-release@v2
7370
with:
74-
tag_name: "Nightly-v${{ steps.version.outputs.app_version }}"
71+
tag_name: Nightly
7572
name: "Nightly Build - v${{ steps.version.outputs.app_version }}"
7673
prerelease: true
7774
generate_release_notes: true

0 commit comments

Comments
 (0)